Html Css Color HEX #090CEC Blue

📋 copy color: '#090CEC'

red 9 ◦ green 12 ◦ blue 236

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

Shades of Blue #090CEC

Tints of Blue #090CEC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.67%

 BLUE value IS 236 (92.58% from 255) = 91.83%

R = 3.5%
G = 4.67%
B = 91.83%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#090CEC (or 0x090CEC) is known color: Blue. HEX triplet: 09, 0C and EC. RGB value is (9,12,236). Sum of RGB (Red+Green+Blue) = 9+12+236=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 236 (92.58% from 255 or 91.83% from 257); Max value from RGB is 236 - color contains mainly: blue. Hex color #090CEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090CEC is #F6F313. Grayscale: #232323. Windows color (decimal): -16184084 or 15469577. OLE color: 15469577.

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

Color convert

RGB 9 12 236 -
CMYK 0.96 0.95 0 0.07
HSL 239.21º 0.93% 0.48% -
HSV(B) 239.21º 0.96% 0.93% -
XYZ 15.38 6.38 79.78 -
YUV 36.64 240.51 108.29 -
System Red Green Blue C M Y K H S L
Decimal 9 12 236 0.96 0.95 0 0.07 239.21 0.93 0.48
Hex 9 C EC 60 5F 0 7 EF 5D 30
Octal 11 14 354 140 137 0 7 357 135 60
Binary 1001 1100 11101100 1100000 1011111 0 111 11101111 1011101 110000

Color Harmonies of #090CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CEC

Black with #090CEC

Text Example


Text Example

White with #090CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090CEC; }

 p { color: rgb(9,12,236); }

 H1.HeaderClassName
 {
   color: #090CEC;
 }
 .AnyTagClassName
 {
   color: #090CEC;
 }
</style>

background-color css

<style>
 a { background-color: #090CEC; }

 a { background-color: rgb(9,12,236); }

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

border-color css

<style>
 span { border-color: #090CEC; }

 span { border-color: rgb(9,12,236); }

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