Html Css Color HEX #0209CB Medium Blue

📋 copy color: '#0209CB'

red 2 ◦ green 9 ◦ blue 203

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

Shades of Medium Blue #0209CB

Tints of Medium Blue #0209CB

RGB

 RED value IS 2 (1.17% from 255) = 0.93%

 GREEN value IS 9 (3.91% from 255) = 4.21%

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

R = 0.93%
G = 4.21%
B = 94.86%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0209CB (or 0x0209CB) is known color: Medium Blue. HEX triplet: 02, 09 and CB. RGB value is (2,9,203). Sum of RGB (Red+Green+Blue) = 2+9+203=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 203 (79.69% from 255 or 94.86% from 214); Max value from RGB is 203 - color contains mainly: blue. Hex color #0209CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0209CB is #FDF634. Grayscale: #1C1C1C. Windows color (decimal): -16643637 or 13306114. OLE color: 13306114.

HSL color Cylindrical-coordinate representation of color #0209CB: hue angle of 237.91º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0209CB is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 9 203 -
CMYK 0.99 0.96 0 0.20
HSL 237.91º 0.98% 0.4% -
HSV(B) 237.91º 0.99% 0.8% -
XYZ 10.9 4.52 56.8 -
YUV 29.02 226.18 108.73 -
System Red Green Blue C M Y K H S L
Decimal 2 9 203 0.99 0.96 0 0.20 237.91 0.98 0.4
Hex 2 9 CB 63 60 0 14 EE 62 28
Octal 2 11 313 143 140 0 24 356 142 50
Binary 10 1001 11001011 1100011 1100000 0 10100 11101110 1100010 101000

Color Harmonies of #0209CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0209CB

Black with #0209CB

Text Example


Text Example

White with #0209CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0209CB; }

 p { color: rgb(2,9,203); }

 H1.HeaderClassName
 {
   color: #0209CB;
 }
 .AnyTagClassName
 {
   color: #0209CB;
 }
</style>

background-color css

<style>
 a { background-color: #0209CB; }

 a { background-color: rgb(2,9,203); }

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

border-color css

<style>
 span { border-color: #0209CB; }

 span { border-color: rgb(2,9,203); }

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