Html Css Color HEX #0A95EA Dodger Blue

📋 copy color: '#0A95EA'

red 10 ◦ green 149 ◦ blue 234

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

Shades of Dodger Blue #0A95EA

Tints of Dodger Blue #0A95EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

 BLUE value IS 234 (91.8% from 255) = 59.54%

R = 2.54%
G = 37.91%
B = 59.54%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0A95EA (or 0x0A95EA) is known color: Dodger Blue. HEX triplet: 0A, 95 and EA. RGB value is (10,149,234). Sum of RGB (Red+Green+Blue) = 10+149+234=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A95EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A95EA is #F56A15. Grayscale: #747474. Windows color (decimal): -16083478 or 15373578. OLE color: 15373578.

HSL color Cylindrical-coordinate representation of color #0A95EA: hue angle of 202.77º degrees, saturation: 0.92, 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 #0A95EA is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 149 234 -
CMYK 0.96 0.36 0 0.08
HSL 202.77º 0.92% 0.48% -
HSV(B) 202.77º 0.96% 0.92% -
XYZ 25.72 27.5 81.79 -
YUV 117.13 193.95 51.59 -
System Red Green Blue C M Y K H S L
Decimal 10 149 234 0.96 0.36 0 0.08 202.77 0.92 0.48
Hex A 95 EA 60 24 0 8 CB 5C 30
Octal 12 225 352 140 44 0 10 313 134 60
Binary 1010 10010101 11101010 1100000 100100 0 1000 11001011 1011100 110000

Color Harmonies of #0A95EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A95EA

Black with #0A95EA

Text Example


Text Example

White with #0A95EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,149,234); }

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

background-color css

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

 a { background-color: rgb(10,149,234); }

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

border-color css

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

 span { border-color: rgb(10,149,234); }

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