Html Css Color HEX #09A1EB Dodger Blue

📋 copy color: '#09A1EB'

red 9 ◦ green 161 ◦ blue 235

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

Shades of Dodger Blue #09A1EB

Tints of Dodger Blue #09A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.75%

 BLUE value IS 235 (92.19% from 255) = 58.02%

R = 2.22%
G = 39.75%
B = 58.02%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#09A1EB (or 0x09A1EB) is known color: Dodger Blue. HEX triplet: 09, A1 and EB. RGB value is (9,161,235). Sum of RGB (Red+Green+Blue) = 9+161+235=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #09A1EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A1EB is #F65E14. Grayscale: #7B7B7B. Windows color (decimal): -16145941 or 15442185. OLE color: 15442185.

HSL color Cylindrical-coordinate representation of color #09A1EB: hue angle of 199.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A1EB is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 161 235 -
CMYK 0.96 0.31 0 0.08
HSL 199.65º 0.93% 0.48% -
HSV(B) 199.65º 0.96% 0.92% -
XYZ 27.85 31.55 83.22 -
YUV 123.99 190.64 45.98 -
System Red Green Blue C M Y K H S L
Decimal 9 161 235 0.96 0.31 0 0.08 199.65 0.93 0.48
Hex 9 A1 EB 60 1F 0 8 C8 5D 30
Octal 11 241 353 140 37 0 10 310 135 60
Binary 1001 10100001 11101011 1100000 11111 0 1000 11001000 1011101 110000

Color Harmonies of #09A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A1EB

Black with #09A1EB

Text Example


Text Example

White with #09A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A1EB; }

 p { color: rgb(9,161,235); }

 H1.HeaderClassName
 {
   color: #09A1EB;
 }
 .AnyTagClassName
 {
   color: #09A1EB;
 }
</style>

background-color css

<style>
 a { background-color: #09A1EB; }

 a { background-color: rgb(9,161,235); }

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

border-color css

<style>
 span { border-color: #09A1EB; }

 span { border-color: rgb(9,161,235); }

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