Html Css Color HEX #091ADF Medium Blue

📋 copy color: '#091ADF'

red 9 ◦ green 26 ◦ blue 223

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

Shades of Medium Blue #091ADF

Tints of Medium Blue #091ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.08%

 BLUE value IS 223 (87.5% from 255) = 86.43%

R = 3.49%
G = 10.08%
B = 86.43%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#091ADF (or 0x091ADF) is known color: Medium Blue. HEX triplet: 09, 1A and DF. RGB value is (9,26,223). Sum of RGB (Red+Green+Blue) = 9+26+223=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 223 (87.5% from 255 or 86.43% from 258); Max value from RGB is 223 - color contains mainly: blue. Hex color #091ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091ADF is #F6E520. Grayscale: #2A2A2A. Windows color (decimal): -16180513 or 14621193. OLE color: 14621193.

HSL color Cylindrical-coordinate representation of color #091ADF: hue angle of 235.23º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091ADF is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 26 223 -
CMYK 0.96 0.88 0 0.13
HSL 235.23º 0.92% 0.45% -
HSV(B) 235.23º 0.96% 0.87% -
XYZ 13.8 6.12 70.27 -
YUV 43.38 229.37 103.48 -
System Red Green Blue C M Y K H S L
Decimal 9 26 223 0.96 0.88 0 0.13 235.23 0.92 0.45
Hex 9 1A DF 60 58 0 D EB 5C 2D
Octal 11 32 337 140 130 0 15 353 134 55
Binary 1001 11010 11011111 1100000 1011000 0 1101 11101011 1011100 101101

Color Harmonies of #091ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091ADF

Black with #091ADF

Text Example


Text Example

White with #091ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,26,223); }

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

background-color css

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

 a { background-color: rgb(9,26,223); }

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

border-color css

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

 span { border-color: rgb(9,26,223); }

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