Html Css Color HEX #0D02CF Medium Blue

📋 copy color: '#0D02CF'

red 13 ◦ green 2 ◦ blue 207

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

Shades of Medium Blue #0D02CF

Tints of Medium Blue #0D02CF

RGB

 RED value IS 13 (5.47% from 255) = 5.86%

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 207 (81.25% from 255) = 93.24%

R = 5.86%
G = 0.9%
B = 93.24%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0D02CF (or 0x0D02CF) is known color: Medium Blue. HEX triplet: 0D, 02 and CF. RGB value is (13,2,207). Sum of RGB (Red+Green+Blue) = 13+2+207=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 207 (81.25% from 255 or 93.24% from 222); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D02CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D02CF is #F2FD30. Grayscale: #1B1B1B. Windows color (decimal): -15924529 or 13566477. OLE color: 13566477.

HSL color Cylindrical-coordinate representation of color #0D02CF: hue angle of 243.22º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D02CF is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 2 207 -
CMYK 0.94 0.99 0 0.19
HSL 243.22º 0.98% 0.41% -
HSV(B) 243.22º 0.99% 0.81% -
XYZ 11.45 4.63 59.32 -
YUV 28.66 228.64 116.83 -
System Red Green Blue C M Y K H S L
Decimal 13 2 207 0.94 0.99 0 0.19 243.22 0.98 0.41
Hex D 2 CF 5E 63 0 13 F3 62 29
Octal 15 2 317 136 143 0 23 363 142 51
Binary 1101 10 11001111 1011110 1100011 0 10011 11110011 1100010 101001

Color Harmonies of #0D02CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D02CF

Black with #0D02CF

Text Example


Text Example

White with #0D02CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D02CF; }

 p { color: rgb(13,2,207); }

 H1.HeaderClassName
 {
   color: #0D02CF;
 }
 .AnyTagClassName
 {
   color: #0D02CF;
 }
</style>

background-color css

<style>
 a { background-color: #0D02CF; }

 a { background-color: rgb(13,2,207); }

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

border-color css

<style>
 span { border-color: #0D02CF; }

 span { border-color: rgb(13,2,207); }

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