Html Css Color HEX #0D0EEF Blue

📋 copy color: '#0D0EEF'

red 13 ◦ green 14 ◦ blue 239

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

Shades of Blue #0D0EEF

Tints of Blue #0D0EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.26%

 BLUE value IS 239 (93.75% from 255) = 89.85%

R = 4.89%
G = 5.26%
B = 89.85%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0D0EEF (or 0x0D0EEF) is known color: Blue. HEX triplet: 0D, 0E and EF. RGB value is (13,14,239). Sum of RGB (Red+Green+Blue) = 13+14+239=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 239 (93.75% from 255 or 89.85% from 266); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D0EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D0EEF is #F2F110. Grayscale: #262626. Windows color (decimal): -15921425 or 15666701. OLE color: 15666701.

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

Color convert

RGB 13 14 239 -
CMYK 0.95 0.94 0 0.06
HSL 239.73º 0.9% 0.49% -
HSV(B) 239.73º 0.95% 0.94% -
XYZ 15.9 6.63 82.1 -
YUV 39.35 240.67 109.2 -
System Red Green Blue C M Y K H S L
Decimal 13 14 239 0.95 0.94 0 0.06 239.73 0.9 0.49
Hex D E EF 5F 5E 0 6 F0 5A 31
Octal 15 16 357 137 136 0 6 360 132 61
Binary 1101 1110 11101111 1011111 1011110 0 110 11110000 1011010 110001

Color Harmonies of #0D0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0EEF

Black with #0D0EEF

Text Example


Text Example

White with #0D0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,14,239); }

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

background-color css

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

 a { background-color: rgb(13,14,239); }

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

border-color css

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

 span { border-color: rgb(13,14,239); }

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