Html Css Color HEX #090CFD Blue

📋 copy color: '#090CFD'

red 9 ◦ green 12 ◦ blue 253

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

Shades of Blue #090CFD

Tints of Blue #090CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 92.34%

R = 3.28%
G = 4.38%
B = 92.34%

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

#090CFD (or 0x090CFD) is known color: Blue. HEX triplet: 09, 0C and FD. RGB value is (9,12,253). Sum of RGB (Red+Green+Blue) = 9+12+253=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 253 (99.22% from 255 or 92.34% from 274); Max value from RGB is 253 - color contains mainly: blue. Hex color #090CFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090CFD is #F6F302. Grayscale: #252525. Windows color (decimal): -16184067 or 16583689. OLE color: 16583689.

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

Color convert

RGB 9 12 253 -
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.97 7.41 93.41 -
YUV 38.58 249.01 106.9 -
System Red Green Blue C M Y K H S L
Decimal 9 12 253 0.96 0.95 0 0.01 239.26 0.98 0.51
Hex 9 C FD 60 5F 0 1 EF 62 33
Octal 11 14 375 140 137 0 1 357 142 63
Binary 1001 1100 11111101 1100000 1011111 0 1 11101111 1100010 110011

Color Harmonies of #090CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CFD

Black with #090CFD

Text Example


Text Example

White with #090CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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