Html Css Color HEX #0911FD Blue

📋 copy color: '#0911FD'

red 9 ◦ green 17 ◦ blue 253

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

Shades of Blue #0911FD

Tints of Blue #0911FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

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

R = 3.23%
G = 6.09%
B = 90.68%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0911FD (or 0x0911FD) is known color: Blue. HEX triplet: 09, 11 and FD. RGB value is (9,17,253). Sum of RGB (Red+Green+Blue) = 9+17+253=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 253 (99.22% from 255 or 90.68% from 279); Max value from RGB is 253 - color contains mainly: blue. Hex color #0911FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0911FD is #F6EE02. Grayscale: #282828. Windows color (decimal): -16182787 or 16584969. OLE color: 16584969.

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

Color convert

RGB 9 17 253 -
CMYK 0.96 0.93 0 0.01
HSL 238.03º 0.98% 0.51% -
HSV(B) 238.03º 0.96% 0.99% -
XYZ 18.04 7.55 93.44 -
YUV 41.51 247.35 104.81 -
System Red Green Blue C M Y K H S L
Decimal 9 17 253 0.96 0.93 0 0.01 238.03 0.98 0.51
Hex 9 11 FD 60 5D 0 1 EE 62 33
Octal 11 21 375 140 135 0 1 356 142 63
Binary 1001 10001 11111101 1100000 1011101 0 1 11101110 1100010 110011

Color Harmonies of #0911FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0911FD

Black with #0911FD

Text Example


Text Example

White with #0911FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0911FD; }

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

 H1.HeaderClassName
 {
   color: #0911FD;
 }
 .AnyTagClassName
 {
   color: #0911FD;
 }
</style>

background-color css

<style>
 a { background-color: #0911FD; }

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

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

border-color css

<style>
 span { border-color: #0911FD; }

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

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