Html Css Color HEX #091EFD Blue

📋 copy color: '#091EFD'

red 9 ◦ green 30 ◦ blue 253

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

Shades of Blue #091EFD

Tints of Blue #091EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

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

R = 3.08%
G = 10.27%
B = 86.64%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#091EFD (or 0x091EFD) is known color: Blue. HEX triplet: 09, 1E and FD. RGB value is (9,30,253). Sum of RGB (Red+Green+Blue) = 9+30+253=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 253 (99.22% from 255 or 86.64% from 292); Max value from RGB is 253 - color contains mainly: blue. Hex color #091EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091EFD is #F6E102. Grayscale: #303030. Windows color (decimal): -16179459 or 16588297. OLE color: 16588297.

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

Color convert

RGB 9 30 253 -
CMYK 0.96 0.88 0 0.01
HSL 234.84º 0.98% 0.51% -
HSV(B) 234.84º 0.96% 0.99% -
XYZ 18.31 8.08 93.52 -
YUV 49.14 243.04 99.37 -
System Red Green Blue C M Y K H S L
Decimal 9 30 253 0.96 0.88 0 0.01 234.84 0.98 0.51
Hex 9 1E FD 60 58 0 1 EB 62 33
Octal 11 36 375 140 130 0 1 353 142 63
Binary 1001 11110 11111101 1100000 1011000 0 1 11101011 1100010 110011

Color Harmonies of #091EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091EFD

Black with #091EFD

Text Example


Text Example

White with #091EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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