Html Css Color HEX #0A7AFF Dodger Blue

📋 copy color: '#0A7AFF'

red 10 ◦ green 122 ◦ blue 255

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

Shades of Dodger Blue #0A7AFF

Tints of Dodger Blue #0A7AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.89%

R = 2.58%
G = 31.52%
B = 65.89%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0A7AFF (or 0x0A7AFF) is known color: Dodger Blue. HEX triplet: 0A, 7A and FF. RGB value is (10,122,255). Sum of RGB (Red+Green+Blue) = 10+122+255=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A7AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A7AFF is #F58500. Grayscale: #676767. Windows color (decimal): -16090369 or 16742922. OLE color: 16742922.

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

Color convert

RGB 10 122 255 -
CMYK 0.96 0.52 0 0
HSL 212.57º 1% 0.52% -
HSV(B) 212.57º 0.96% 1% -
XYZ 25.13 21.2 97.38 -
YUV 103.67 213.39 61.19 -
System Red Green Blue C M Y K H S L
Decimal 10 122 255 0.96 0.52 0 0 212.57 1 0.52
Hex A 7A FF 60 34 0 0 D5 64 34
Octal 12 172 377 140 64 0 0 325 144 64
Binary 1010 1111010 11111111 1100000 110100 0 0 11010101 1100100 110100

Color Harmonies of #0A7AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7AFF

Black with #0A7AFF

Text Example


Text Example

White with #0A7AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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