Html Css Color HEX #090CFC Blue

📋 copy color: '#090CFC'

red 9 ◦ green 12 ◦ blue 252

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

Shades of Blue #090CFC

Tints of Blue #090CFC

RGB

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

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

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

R = 3.3%
G = 4.4%
B = 92.31%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#090CFC (or 0x090CFC) is known color: Blue. HEX triplet: 09, 0C and FC. RGB value is (9,12,252). Sum of RGB (Red+Green+Blue) = 9+12+252=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 252 (98.83% from 255 or 92.31% from 273); Max value from RGB is 252 - color contains mainly: blue. Hex color #090CFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090CFC is #F6F303. Grayscale: #252525. Windows color (decimal): -16184068 or 16518153. OLE color: 16518153.

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

Color convert

RGB 9 12 252 -
CMYK 0.96 0.95 0 0.01
HSL 239.26º 0.98% 0.51% -
HSV(B) 239.26º 0.96% 0.99% -
XYZ 17.81 7.35 92.58 -
YUV 38.46 248.51 106.99 -
System Red Green Blue C M Y K H S L
Decimal 9 12 252 0.96 0.95 0 0.01 239.26 0.98 0.51
Hex 9 C FC 60 5F 0 1 EF 62 33
Octal 11 14 374 140 137 0 1 357 142 63
Binary 1001 1100 11111100 1100000 1011111 0 1 11101111 1100010 110011

Color Harmonies of #090CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CFC

Black with #090CFC

Text Example


Text Example

White with #090CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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