Html Css Color HEX #090FFC Blue

📋 copy color: '#090FFC'

red 9 ◦ green 15 ◦ blue 252

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

Shades of Blue #090FFC

Tints of Blue #090FFC

RGB

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

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

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

R = 3.26%
G = 5.43%
B = 91.3%

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

#090FFC (or 0x090FFC) is known color: Blue. HEX triplet: 09, 0F and FC. RGB value is (9,15,252). Sum of RGB (Red+Green+Blue) = 9+15+252=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 252 (98.83% from 255 or 91.30% from 276); Max value from RGB is 252 - color contains mainly: blue. Hex color #090FFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090FFC is #F6F003. Grayscale: #272727. Windows color (decimal): -16183300 or 16518921. OLE color: 16518921.

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

Color convert

RGB 9 15 252 -
CMYK 0.96 0.94 0 0.01
HSL 238.52º 0.98% 0.51% -
HSV(B) 238.52º 0.96% 0.99% -
XYZ 17.85 7.43 92.59 -
YUV 40.22 247.51 105.73 -
System Red Green Blue C M Y K H S L
Decimal 9 15 252 0.96 0.94 0 0.01 238.52 0.98 0.51
Hex 9 F FC 60 5E 0 1 EF 62 33
Octal 11 17 374 140 136 0 1 357 142 63
Binary 1001 1111 11111100 1100000 1011110 0 1 11101111 1100010 110011

Color Harmonies of #090FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090FFC

Black with #090FFC

Text Example


Text Example

White with #090FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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