Html Css Color HEX #0A7AEA Dodger Blue

📋 copy color: '#0A7AEA'

red 10 ◦ green 122 ◦ blue 234

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

Shades of Dodger Blue #0A7AEA

Tints of Dodger Blue #0A7AEA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.33%

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

R = 2.73%
G = 33.33%
B = 63.93%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0A7AEA (or 0x0A7AEA) is known color: Dodger Blue. HEX triplet: 0A, 7A and EA. RGB value is (10,122,234). Sum of RGB (Red+Green+Blue) = 10+122+234=366 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.73% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A7AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A7AEA is #F58515. Grayscale: #646464. Windows color (decimal): -16090390 or 15366666. OLE color: 15366666.

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

Color convert

RGB 10 122 234 -
CMYK 0.96 0.48 0 0.08
HSL 210º 0.92% 0.48% -
HSV(B) 210º 0.96% 0.92% -
XYZ 21.94 19.92 80.53 -
YUV 101.28 202.89 62.89 -
System Red Green Blue C M Y K H S L
Decimal 10 122 234 0.96 0.48 0 0.08 210 0.92 0.48
Hex A 7A EA 60 30 0 8 D2 5C 30
Octal 12 172 352 140 60 0 10 322 134 60
Binary 1010 1111010 11101010 1100000 110000 0 1000 11010010 1011100 110000

Color Harmonies of #0A7AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7AEA

Black with #0A7AEA

Text Example


Text Example

White with #0A7AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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