#200ef8

Color #200EF8 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #200EF8

Tints of Blue #200EF8

Color information

#200EF8 (or 0x200EF8) is unknown color: approx Blue. HEX triplet: 20, 0E and F8. RGB value is (32,14,248). Sum of RGB (Red+Green+Blue) = 32+14+248=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 248 (97.27% from 255 or 84.35% from 294); Max value from RGB is 248 - color contains mainly: blue. Hex color #200EF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200EF8 is #DFF107. Grayscale: #2D2D2D. Windows color (decimal): -14676232 or 16256544. OLE color: 16256544.

HSL color Cylindrical-coordinate representation of color #200EF8: hue angle of 244.62º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200EF8 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3214248-
CMYK0.870.9400.03
HSL244.62º94.35%51.37%-
HSV(B)244.62º94.35%97.25%-
XYZ17.77.489.3-
YUV46.06241.96117.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 10.88%
GREEN value IS 14 (5.86% from 255) = 4.76%
BLUE value IS 248 (97.27% from 255) = 84.35%
R=10.88%
G=4.76%
B=84.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal32142480.870.9400.03244.6294.3551.37
Hex20EF8575E03f55e33
Octal40163701271360336513663
Binary10000011101111100010101111011110011111101011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200ef8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200ef8; }

 p { color: rgb(32,14,248); }

 H1.HeaderClassName
 {
   color: #200ef8;
 }
 .AnyTagClassName
 {
   color: #200ef8;
 }
</style>
background-color css

<style>
 a { background-color: #200ef8; }

 a { background-color: rgb(32,14,248); }

 div.DivClassName
 {
   background-color: #200ef8;
 }
 .BgClassName
 {
   background-color: #200ef8;
 }
</style>
border-color css

<style>
 span { border-color: #200ef8; }

 span { border-color: rgb(32,14,248); }

 td.TdClassName
 {
   border-color: #200ef8;
 }
 .TagClassName
 {
   border-color: #200ef8;
 }
</style>