Html Css Color HEX #0AA2FD Dodger Blue

📋 copy color: '#0AA2FD'

red 10 ◦ green 162 ◦ blue 253

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

Shades of Dodger Blue #0AA2FD

Tints of Dodger Blue #0AA2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.53%

R = 2.35%
G = 38.12%
B = 59.53%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0AA2FD (or 0x0AA2FD) is known color: Dodger Blue. HEX triplet: 0A, A2 and FD. RGB value is (10,162,253). Sum of RGB (Red+Green+Blue) = 10+162+253=425 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #0AA2FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA2FD is #F55D02. Grayscale: #7E7E7E. Windows color (decimal): -16080131 or 16622090. OLE color: 16622090.

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

Color convert

RGB 10 162 253 -
CMYK 0.96 0.36 0 0.01
HSL 202.47º 0.98% 0.52% -
HSV(B) 202.47º 0.96% 0.99% -
XYZ 30.78 33 97.68 -
YUV 126.93 199.14 44.6 -
System Red Green Blue C M Y K H S L
Decimal 10 162 253 0.96 0.36 0 0.01 202.47 0.98 0.52
Hex A A2 FD 60 24 0 1 CA 62 34
Octal 12 242 375 140 44 0 1 312 142 64
Binary 1010 10100010 11111101 1100000 100100 0 1 11001010 1100010 110100

Color Harmonies of #0AA2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA2FD

Black with #0AA2FD

Text Example


Text Example

White with #0AA2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,162,253); }

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

background-color css

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

 a { background-color: rgb(10,162,253); }

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

border-color css

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

 span { border-color: rgb(10,162,253); }

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