Html Css Color HEX #090FEC Blue

📋 copy color: '#090FEC'

red 9 ◦ green 15 ◦ blue 236

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

Shades of Blue #090FEC

Tints of Blue #090FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.77%

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

R = 3.46%
G = 5.77%
B = 90.77%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#090FEC (or 0x090FEC) is known color: Blue. HEX triplet: 09, 0F and EC. RGB value is (9,15,236). Sum of RGB (Red+Green+Blue) = 9+15+236=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 236 (92.58% from 255 or 90.77% from 260); Max value from RGB is 236 - color contains mainly: blue. Hex color #090FEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090FEC is #F6F013. Grayscale: #252525. Windows color (decimal): -16183316 or 15470345. OLE color: 15470345.

HSL color Cylindrical-coordinate representation of color #090FEC: hue angle of 238.41º 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 #090FEC is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 15 236 -
CMYK 0.96 0.94 0 0.07
HSL 238.41º 0.93% 0.48% -
HSV(B) 238.41º 0.96% 0.93% -
XYZ 15.42 6.46 79.79 -
YUV 38.4 239.51 107.03 -
System Red Green Blue C M Y K H S L
Decimal 9 15 236 0.96 0.94 0 0.07 238.41 0.93 0.48
Hex 9 F EC 60 5E 0 7 EE 5D 30
Octal 11 17 354 140 136 0 7 356 135 60
Binary 1001 1111 11101100 1100000 1011110 0 111 11101110 1011101 110000

Color Harmonies of #090FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090FEC

Black with #090FEC

Text Example


Text Example

White with #090FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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