Html Css Color HEX #200FCB Medium Blue

📋 copy color: '#200FCB'

red 32 ◦ green 15 ◦ blue 203

#200FCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #200FCB

Tints of Medium Blue #200FCB

RGB

 RED value IS 32 (12.89% from 255) = 12.8%

 GREEN value IS 15 (6.25% from 255) = 6%

 BLUE value IS 203 (79.69% from 255) = 81.2%

R = 12.8%
G = 6%
B = 81.2%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#200FCB (or 0x200FCB) is known color: Medium Blue. HEX triplet: 20, 0F and CB. RGB value is (32,15,203). Sum of RGB (Red+Green+Blue) = 32+15+203=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #200FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FCB is #DFF034. Grayscale: #282828. Windows color (decimal): -14676021 or 13307680. OLE color: 13307680.

HSL color Cylindrical-coordinate representation of color #200FCB: hue angle of 245.43º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200FCB is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 15 203 -
CMYK 0.84 0.93 0 0.20
HSL 245.43º 0.86% 0.43% -
HSV(B) 245.43º 0.93% 0.8% -
XYZ 11.55 4.96 56.85 -
YUV 41.52 219.13 121.21 -
System Red Green Blue C M Y K H S L
Decimal 32 15 203 0.84 0.93 0 0.20 245.43 0.86 0.43
Hex 20 F CB 54 5D 0 14 F5 56 2B
Octal 40 17 313 124 135 0 24 365 126 53
Binary 100000 1111 11001011 1010100 1011101 0 10100 11110101 1010110 101011

Color Harmonies of #200FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200FCB

Black with #200FCB

Text Example


Text Example

White with #200FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,15,203); }

 H1.HeaderClassName
 {
   color: #200FCB;
 }
 .AnyTagClassName
 {
   color: #200FCB;
 }
</style>

background-color css

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

 a { background-color: rgb(32,15,203); }

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

border-color css

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

 span { border-color: rgb(32,15,203); }

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