Html Css Color HEX #0908EA Blue

📋 copy color: '#0908EA'

red 9 ◦ green 8 ◦ blue 234

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

Shades of Blue #0908EA

Tints of Blue #0908EA

RGB

 RED value IS 9 (3.91% from 255) = 3.59%

 GREEN value IS 8 (3.52% from 255) = 3.19%

 BLUE value IS 234 (91.8% from 255) = 93.23%

R = 3.59%
G = 3.19%
B = 93.23%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0908EA (or 0x0908EA) is known color: Blue. HEX triplet: 09, 08 and EA. RGB value is (9,8,234). Sum of RGB (Red+Green+Blue) = 9+8+234=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 234 (91.80% from 255 or 93.23% from 251); Max value from RGB is 234 - color contains mainly: blue. Hex color #0908EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0908EA is #F6F715. Grayscale: #212121. Windows color (decimal): -16185110 or 15337481. OLE color: 15337481.

HSL color Cylindrical-coordinate representation of color #0908EA: hue angle of 240.27º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0908EA is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 8 234 -
CMYK 0.96 0.97 0 0.08
HSL 240.27º 0.93% 0.47% -
HSV(B) 240.27º 0.97% 0.92% -
XYZ 15.05 6.17 78.24 -
YUV 34.06 240.83 110.12 -
System Red Green Blue C M Y K H S L
Decimal 9 8 234 0.96 0.97 0 0.08 240.27 0.93 0.47
Hex 9 8 EA 60 61 0 8 F0 5D 2F
Octal 11 10 352 140 141 0 10 360 135 57
Binary 1001 1000 11101010 1100000 1100001 0 1000 11110000 1011101 101111

Color Harmonies of #0908EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0908EA

Black with #0908EA

Text Example


Text Example

White with #0908EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0908EA; }

 p { color: rgb(9,8,234); }

 H1.HeaderClassName
 {
   color: #0908EA;
 }
 .AnyTagClassName
 {
   color: #0908EA;
 }
</style>

background-color css

<style>
 a { background-color: #0908EA; }

 a { background-color: rgb(9,8,234); }

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

border-color css

<style>
 span { border-color: #0908EA; }

 span { border-color: rgb(9,8,234); }

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