Html Css Color HEX #091DFA Blue

📋 copy color: '#091DFA'

red 9 ◦ green 29 ◦ blue 250

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

Shades of Blue #091DFA

Tints of Blue #091DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

 BLUE value IS 250 (98.05% from 255) = 86.81%

R = 3.13%
G = 10.07%
B = 86.81%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#091DFA (or 0x091DFA) is known color: Blue. HEX triplet: 09, 1D and FA. RGB value is (9,29,250). Sum of RGB (Red+Green+Blue) = 9+29+250=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 250 (98.05% from 255 or 86.81% from 288); Max value from RGB is 250 - color contains mainly: blue. Hex color #091DFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #091DFA is #F6E205. Grayscale: #2F2F2F. Windows color (decimal): -16179718 or 16391433. OLE color: 16391433.

HSL color Cylindrical-coordinate representation of color #091DFA: hue angle of 235.02º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091DFA is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 29 250 -
CMYK 0.96 0.88 0 0.02
HSL 235.02º 0.96% 0.51% -
HSV(B) 235.02º 0.96% 0.98% -
XYZ 17.81 7.84 91.02 -
YUV 48.21 241.87 100.03 -
System Red Green Blue C M Y K H S L
Decimal 9 29 250 0.96 0.88 0 0.02 235.02 0.96 0.51
Hex 9 1D FA 60 58 0 2 EB 60 33
Octal 11 35 372 140 130 0 2 353 140 63
Binary 1001 11101 11111010 1100000 1011000 0 10 11101011 1100000 110011

Color Harmonies of #091DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DFA

Black with #091DFA

Text Example


Text Example

White with #091DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,29,250); }

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

background-color css

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

 a { background-color: rgb(9,29,250); }

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

border-color css

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

 span { border-color: rgb(9,29,250); }

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