Html Css Color HEX #090EFD Blue

📋 copy color: '#090EFD'

red 9 ◦ green 14 ◦ blue 253

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

Shades of Blue #090EFD

Tints of Blue #090EFD

RGB

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

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

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

R = 3.26%
G = 5.07%
B = 91.67%

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

#090EFD (or 0x090EFD) is known color: Blue. HEX triplet: 09, 0E and FD. RGB value is (9,14,253). Sum of RGB (Red+Green+Blue) = 9+14+253=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 253 (99.22% from 255 or 91.67% from 276); Max value from RGB is 253 - color contains mainly: blue. Hex color #090EFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090EFD is #F6F102. Grayscale: #262626. Windows color (decimal): -16183555 or 16584201. OLE color: 16584201.

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

Color convert

RGB 9 14 253 -
CMYK 0.96 0.94 0 0.01
HSL 238.77º 0.98% 0.51% -
HSV(B) 238.77º 0.96% 0.99% -
XYZ 18 7.46 93.42 -
YUV 39.75 248.34 106.07 -
System Red Green Blue C M Y K H S L
Decimal 9 14 253 0.96 0.94 0 0.01 238.77 0.98 0.51
Hex 9 E FD 60 5E 0 1 EF 62 33
Octal 11 16 375 140 136 0 1 357 142 63
Binary 1001 1110 11111101 1100000 1011110 0 1 11101111 1100010 110011

Color Harmonies of #090EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090EFD

Black with #090EFD

Text Example


Text Example

White with #090EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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