Html Css Color HEX #0A7DF0 Dodger Blue

📋 copy color: '#0A7DF0'

red 10 ◦ green 125 ◦ blue 240

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

Shades of Dodger Blue #0A7DF0

Tints of Dodger Blue #0A7DF0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.33%

 BLUE value IS 240 (94.14% from 255) = 64%

R = 2.67%
G = 33.33%
B = 64%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0A7DF0 (or 0x0A7DF0) is known color: Dodger Blue. HEX triplet: 0A, 7D and F0. RGB value is (10,125,240). Sum of RGB (Red+Green+Blue) = 10+125+240=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 240 (94.14% from 255 or 64% from 375); Max value from RGB is 240 - color contains mainly: blue. Hex color #0A7DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A7DF0 is #F5820F. Grayscale: #676767. Windows color (decimal): -16089616 or 15760650. OLE color: 15760650.

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

Color convert

RGB 10 125 240 -
CMYK 0.96 0.48 0 0.06
HSL 210º 0.92% 0.49% -
HSV(B) 210º 0.96% 0.94% -
XYZ 23.19 21.02 85.27 -
YUV 103.73 204.9 61.15 -
System Red Green Blue C M Y K H S L
Decimal 10 125 240 0.96 0.48 0 0.06 210 0.92 0.49
Hex A 7D F0 60 30 0 6 D2 5C 31
Octal 12 175 360 140 60 0 6 322 134 61
Binary 1010 1111101 11110000 1100000 110000 0 110 11010010 1011100 110001

Color Harmonies of #0A7DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7DF0

Black with #0A7DF0

Text Example


Text Example

White with #0A7DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,125,240); }

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

background-color css

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

 a { background-color: rgb(10,125,240); }

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

border-color css

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

 span { border-color: rgb(10,125,240); }

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