Html Css Color HEX #0908EB Blue

📋 copy color: '#0908EB'

red 9 ◦ green 8 ◦ blue 235

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

Shades of Blue #0908EB

Tints of Blue #0908EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 93.25%

R = 3.57%
G = 3.17%
B = 93.25%

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

#0908EB (or 0x0908EB) is known color: Blue. HEX triplet: 09, 08 and EB. RGB value is (9,8,235). Sum of RGB (Red+Green+Blue) = 9+8+235=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 235 (92.19% from 255 or 93.25% from 252); Max value from RGB is 235 - color contains mainly: blue. Hex color #0908EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0908EB is #F6F714. Grayscale: #212121. Windows color (decimal): -16185109 or 15403017. OLE color: 15403017.

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

Color convert

RGB 9 8 235 -
CMYK 0.96 0.97 0 0.08
HSL 240.26º 0.93% 0.48% -
HSV(B) 240.26º 0.97% 0.92% -
XYZ 15.19 6.23 79 -
YUV 34.18 241.33 110.04 -
System Red Green Blue C M Y K H S L
Decimal 9 8 235 0.96 0.97 0 0.08 240.26 0.93 0.48
Hex 9 8 EB 60 61 0 8 F0 5D 30
Octal 11 10 353 140 141 0 10 360 135 60
Binary 1001 1000 11101011 1100000 1100001 0 1000 11110000 1011101 110000

Color Harmonies of #0908EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0908EB

Black with #0908EB

Text Example


Text Example

White with #0908EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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