Html Css Color HEX #0A9EFE Dodger Blue

📋 copy color: '#0A9EFE'

red 10 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #0A9EFE

Tints of Dodger Blue #0A9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.44%

 BLUE value IS 254 (99.61% from 255) = 60.19%

R = 2.37%
G = 37.44%
B = 60.19%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0A9EFE (or 0x0A9EFE) is known color: Dodger Blue. HEX triplet: 0A, 9E and FE. RGB value is (10,158,254). Sum of RGB (Red+Green+Blue) = 10+158+254=422 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.37% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A9EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9EFE is #F56101. Grayscale: #7C7C7C. Windows color (decimal): -16081154 or 16686602. OLE color: 16686602.

HSL color Cylindrical-coordinate representation of color #0A9EFE: hue angle of 203.61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A9EFE is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 10 158 254 -
CMYK 0.96 0.38 0 0.00
HSL 203.61º 0.99% 0.52% -
HSV(B) 203.61º 0.96% 1% -
XYZ 30.24 31.67 98.29 -
YUV 124.69 200.97 46.19 -
System Red Green Blue C M Y K H S L
Decimal 10 158 254 0.96 0.38 0 0.00 203.61 0.99 0.52
Hex A 9E FE 60 26 0 0 CC 63 34
Octal 12 236 376 140 46 0 0 314 143 64
Binary 1010 10011110 11111110 1100000 100110 0 0 11001100 1100011 110100

Color Harmonies of #0A9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9EFE

Black with #0A9EFE

Text Example


Text Example

White with #0A9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,158,254); }

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

background-color css

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

 a { background-color: rgb(10,158,254); }

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

border-color css

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

 span { border-color: rgb(10,158,254); }

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