Html Css Color HEX #080DEF Blue

📋 copy color: '#080DEF'

red 8 ◦ green 13 ◦ blue 239

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

Shades of Blue #080DEF

Tints of Blue #080DEF

RGB

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

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

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

R = 3.08%
G = 5%
B = 91.92%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#080DEF (or 0x080DEF) is known color: Blue. HEX triplet: 08, 0D and EF. RGB value is (8,13,239). Sum of RGB (Red+Green+Blue) = 8+13+239=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 239 (93.75% from 255 or 91.92% from 260); Max value from RGB is 239 - color contains mainly: blue. Hex color #080DEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080DEF is #F7F210. Grayscale: #242424. Windows color (decimal): -16249361 or 15666440. OLE color: 15666440.

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

Color convert

RGB 8 13 239 -
CMYK 0.97 0.95 0 0.06
HSL 238.7º 0.94% 0.48% -
HSV(B) 238.7º 0.97% 0.94% -
XYZ 15.82 6.57 82.1 -
YUV 37.27 241.84 107.12 -
System Red Green Blue C M Y K H S L
Decimal 8 13 239 0.97 0.95 0 0.06 238.7 0.94 0.48
Hex 8 D EF 61 5F 0 6 EF 5E 30
Octal 10 15 357 141 137 0 6 357 136 60
Binary 1000 1101 11101111 1100001 1011111 0 110 11101111 1011110 110000

Color Harmonies of #080DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080DEF

Black with #080DEF

Text Example


Text Example

White with #080DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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