Html Css Color HEX #0A9FED Dodger Blue

📋 copy color: '#0A9FED'

red 10 ◦ green 159 ◦ blue 237

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

Shades of Dodger Blue #0A9FED

Tints of Dodger Blue #0A9FED

RGB

 RED value IS 10 (4.3% from 255) = 2.46%

 GREEN value IS 159 (62.5% from 255) = 39.16%

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

R = 2.46%
G = 39.16%
B = 58.37%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0A9FED (or 0x0A9FED) is known color: Dodger Blue. HEX triplet: 0A, 9F and ED. RGB value is (10,159,237). Sum of RGB (Red+Green+Blue) = 10+159+237=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #0A9FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9FED is #F56012. Grayscale: #7A7A7A. Windows color (decimal): -16080915 or 15572746. OLE color: 15572746.

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

Color convert

RGB 10 159 237 -
CMYK 0.96 0.33 0 0.07
HSL 200.62º 0.92% 0.48% -
HSV(B) 200.62º 0.96% 0.93% -
XYZ 27.81 30.98 84.63 -
YUV 123.34 192.14 47.16 -
System Red Green Blue C M Y K H S L
Decimal 10 159 237 0.96 0.33 0 0.07 200.62 0.92 0.48
Hex A 9F ED 60 21 0 7 C9 5C 30
Octal 12 237 355 140 41 0 7 311 134 60
Binary 1010 10011111 11101101 1100000 100001 0 111 11001001 1011100 110000

Color Harmonies of #0A9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9FED

Black with #0A9FED

Text Example


Text Example

White with #0A9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A9FED; }

 p { color: rgb(10,159,237); }

 H1.HeaderClassName
 {
   color: #0A9FED;
 }
 .AnyTagClassName
 {
   color: #0A9FED;
 }
</style>

background-color css

<style>
 a { background-color: #0A9FED; }

 a { background-color: rgb(10,159,237); }

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

border-color css

<style>
 span { border-color: #0A9FED; }

 span { border-color: rgb(10,159,237); }

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