Html Css Color HEX #009AED Dodger Blue

📋 copy color: '#009AED'

red 0 ◦ green 154 ◦ blue 237

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

Shades of Dodger Blue #009AED

Tints of Dodger Blue #009AED

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 154 (60.55% from 255) = 39.39%

 BLUE value IS 237 (92.97% from 255) = 60.61%

R = 0%
G = 39.39%
B = 60.61%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#009AED (or 0x009AED) is known color: Dodger Blue. HEX triplet: 00, 9A and ED. RGB value is (0,154,237). Sum of RGB (Red+Green+Blue) = 0+154+237=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #009AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009AED is #FF6512. Grayscale: #747474. Windows color (decimal): -16737555 or 15571456. OLE color: 15571456.

HSL color Cylindrical-coordinate representation of color #009AED: hue angle of 201.01º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AED is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 154 237 -
CMYK 1 0.35 0 0.07
HSL 201.01º 1% 0.46% -
HSV(B) 201.01º 1% 0.93% -
XYZ 26.84 29.23 84.35 -
YUV 117.42 195.48 44.25 -
System Red Green Blue C M Y K H S L
Decimal 0 154 237 1 0.35 0 0.07 201.01 1 0.46
Hex 0 9A ED 64 23 0 7 C9 64 2E
Octal 0 232 355 144 43 0 7 311 144 56
Binary 0 10011010 11101101 1100100 100011 0 111 11001001 1100100 101110

Color Harmonies of #009AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009AED

Black with #009AED

Text Example


Text Example

White with #009AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009AED; }

 p { color: rgb(0,154,237); }

 H1.HeaderClassName
 {
   color: #009AED;
 }
 .AnyTagClassName
 {
   color: #009AED;
 }
</style>

background-color css

<style>
 a { background-color: #009AED; }

 a { background-color: rgb(0,154,237); }

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

border-color css

<style>
 span { border-color: #009AED; }

 span { border-color: rgb(0,154,237); }

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