Html Css Color HEX #0A7AEF Dodger Blue

📋 copy color: '#0A7AEF'

red 10 ◦ green 122 ◦ blue 239

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

Shades of Dodger Blue #0A7AEF

Tints of Dodger Blue #0A7AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.42%

R = 2.7%
G = 32.88%
B = 64.42%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0A7AEF (or 0x0A7AEF) is known color: Dodger Blue. HEX triplet: 0A, 7A and EF. RGB value is (10,122,239). Sum of RGB (Red+Green+Blue) = 10+122+239=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A7AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A7AEF is #F58510. Grayscale: #656565. Windows color (decimal): -16090385 or 15694346. OLE color: 15694346.

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

Color convert

RGB 10 122 239 -
CMYK 0.96 0.49 0 0.06
HSL 210.66º 0.92% 0.49% -
HSV(B) 210.66º 0.96% 0.94% -
XYZ 22.66 20.22 84.37 -
YUV 101.85 205.39 62.49 -
System Red Green Blue C M Y K H S L
Decimal 10 122 239 0.96 0.49 0 0.06 210.66 0.92 0.49
Hex A 7A EF 60 31 0 6 D3 5C 31
Octal 12 172 357 140 61 0 6 323 134 61
Binary 1010 1111010 11101111 1100000 110001 0 110 11010011 1011100 110001

Color Harmonies of #0A7AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7AEF

Black with #0A7AEF

Text Example


Text Example

White with #0A7AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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