Html Css Color HEX #090EFC Blue

📋 copy color: '#090EFC'

red 9 ◦ green 14 ◦ blue 252

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

Shades of Blue #090EFC

Tints of Blue #090EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.09%

 BLUE value IS 252 (98.83% from 255) = 91.64%

R = 3.27%
G = 5.09%
B = 91.64%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#090EFC (or 0x090EFC) is known color: Blue. HEX triplet: 09, 0E and FC. RGB value is (9,14,252). Sum of RGB (Red+Green+Blue) = 9+14+252=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 252 (98.83% from 255 or 91.64% from 275); Max value from RGB is 252 - color contains mainly: blue. Hex color #090EFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090EFC is #F6F103. Grayscale: #262626. Windows color (decimal): -16183556 or 16518665. OLE color: 16518665.

HSL color Cylindrical-coordinate representation of color #090EFC: hue angle of 238.77º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090EFC is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 14 252 -
CMYK 0.96 0.94 0 0.01
HSL 238.77º 0.98% 0.51% -
HSV(B) 238.77º 0.96% 0.99% -
XYZ 17.84 7.4 92.58 -
YUV 39.64 247.84 106.15 -
System Red Green Blue C M Y K H S L
Decimal 9 14 252 0.96 0.94 0 0.01 238.77 0.98 0.51
Hex 9 E FC 60 5E 0 1 EF 62 33
Octal 11 16 374 140 136 0 1 357 142 63
Binary 1001 1110 11111100 1100000 1011110 0 1 11101111 1100010 110011

Color Harmonies of #090EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090EFC

Black with #090EFC

Text Example


Text Example

White with #090EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,14,252); }

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

background-color css

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

 a { background-color: rgb(9,14,252); }

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

border-color css

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

 span { border-color: rgb(9,14,252); }

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