Html Css Color HEX #09A2F1 Dodger Blue

📋 copy color: '#09A2F1'

red 9 ◦ green 162 ◦ blue 241

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

Shades of Dodger Blue #09A2F1

Tints of Dodger Blue #09A2F1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.32%

 BLUE value IS 241 (94.53% from 255) = 58.5%

R = 2.18%
G = 39.32%
B = 58.5%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#09A2F1 (or 0x09A2F1) is known color: Dodger Blue. HEX triplet: 09, A2 and F1. RGB value is (9,162,241). Sum of RGB (Red+Green+Blue) = 9+162+241=412 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.18% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #09A2F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A2F1 is #F65D0E. Grayscale: #7C7C7C. Windows color (decimal): -16145679 or 15835657. OLE color: 15835657.

HSL color Cylindrical-coordinate representation of color #09A2F1: hue angle of 200.43º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A2F1 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 162 241 -
CMYK 0.96 0.33 0 0.05
HSL 200.43º 0.93% 0.49% -
HSV(B) 200.43º 0.96% 0.95% -
XYZ 28.91 32.25 87.92 -
YUV 125.26 193.31 45.08 -
System Red Green Blue C M Y K H S L
Decimal 9 162 241 0.96 0.33 0 0.05 200.43 0.93 0.49
Hex 9 A2 F1 60 21 0 5 C8 5D 31
Octal 11 242 361 140 41 0 5 310 135 61
Binary 1001 10100010 11110001 1100000 100001 0 101 11001000 1011101 110001

Color Harmonies of #09A2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A2F1

Black with #09A2F1

Text Example


Text Example

White with #09A2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,162,241); }

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

background-color css

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

 a { background-color: rgb(9,162,241); }

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

border-color css

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

 span { border-color: rgb(9,162,241); }

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