Html Css Color HEX #080DEE Blue

📋 copy color: '#080DEE'

red 8 ◦ green 13 ◦ blue 238

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

Shades of Blue #080DEE

Tints of Blue #080DEE

RGB

 RED value IS 8 (3.52% from 255) = 3.09%

 GREEN value IS 13 (5.47% from 255) = 5.02%

 BLUE value IS 238 (93.36% from 255) = 91.89%

R = 3.09%
G = 5.02%
B = 91.89%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#080DEE (or 0x080DEE) is known color: Blue. HEX triplet: 08, 0D and EE. RGB value is (8,13,238). Sum of RGB (Red+Green+Blue) = 8+13+238=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 238 (93.36% from 255 or 91.89% from 259); Max value from RGB is 238 - color contains mainly: blue. Hex color #080DEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080DEE is #F7F211. Grayscale: #242424. Windows color (decimal): -16249362 or 15600904. OLE color: 15600904.

HSL color Cylindrical-coordinate representation of color #080DEE: hue angle of 238.7º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080DEE is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 13 238 -
CMYK 0.97 0.95 0 0.07
HSL 238.7º 0.93% 0.48% -
HSV(B) 238.7º 0.97% 0.93% -
XYZ 15.68 6.51 81.32 -
YUV 37.16 241.34 107.2 -
System Red Green Blue C M Y K H S L
Decimal 8 13 238 0.97 0.95 0 0.07 238.7 0.93 0.48
Hex 8 D EE 61 5F 0 7 EF 5D 30
Octal 10 15 356 141 137 0 7 357 135 60
Binary 1000 1101 11101110 1100001 1011111 0 111 11101111 1011101 110000

Color Harmonies of #080DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080DEE

Black with #080DEE

Text Example


Text Example

White with #080DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080DEE; }

 p { color: rgb(8,13,238); }

 H1.HeaderClassName
 {
   color: #080DEE;
 }
 .AnyTagClassName
 {
   color: #080DEE;
 }
</style>

background-color css

<style>
 a { background-color: #080DEE; }

 a { background-color: rgb(8,13,238); }

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

border-color css

<style>
 span { border-color: #080DEE; }

 span { border-color: rgb(8,13,238); }

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