Html Css Color HEX #0D02F9 Blue

📋 copy color: '#0D02F9'

red 13 ◦ green 2 ◦ blue 249

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

Shades of Blue #0D02F9

Tints of Blue #0D02F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 94.32%

R = 4.92%
G = 0.76%
B = 94.32%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0D02F9 (or 0x0D02F9) is known color: Blue. HEX triplet: 0D, 02 and F9. RGB value is (13,2,249). Sum of RGB (Red+Green+Blue) = 13+2+249=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 249 (97.66% from 255 or 94.32% from 264); Max value from RGB is 249 - color contains mainly: blue. Hex color #0D02F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D02F9 is #F2FD06. Grayscale: #202020. Windows color (decimal): -15924487 or 16318989. OLE color: 16318989.

HSL color Cylindrical-coordinate representation of color #0D02F9: hue angle of 242.67º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D02F9 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 2 249 -
CMYK 0.95 0.99 0 0.02
HSL 242.67º 0.98% 0.49% -
HSV(B) 242.67º 0.99% 0.98% -
XYZ 17.29 6.97 90.06 -
YUV 33.45 249.64 113.42 -
System Red Green Blue C M Y K H S L
Decimal 13 2 249 0.95 0.99 0 0.02 242.67 0.98 0.49
Hex D 2 F9 5F 63 0 2 F3 62 31
Octal 15 2 371 137 143 0 2 363 142 61
Binary 1101 10 11111001 1011111 1100011 0 10 11110011 1100010 110001

Color Harmonies of #0D02F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D02F9

Black with #0D02F9

Text Example


Text Example

White with #0D02F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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