Html Css Color HEX #0A7CEE Dodger Blue

📋 copy color: '#0A7CEE'

red 10 ◦ green 124 ◦ blue 238

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

Shades of Dodger Blue #0A7CEE

Tints of Dodger Blue #0A7CEE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.33%

 BLUE value IS 238 (93.36% from 255) = 63.98%

R = 2.69%
G = 33.33%
B = 63.98%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0A7CEE (or 0x0A7CEE) is known color: Dodger Blue. HEX triplet: 0A, 7C and EE. RGB value is (10,124,238). Sum of RGB (Red+Green+Blue) = 10+124+238=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #0A7CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A7CEE is #F58311. Grayscale: #666666. Windows color (decimal): -16089874 or 15629322. OLE color: 15629322.

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

Color convert

RGB 10 124 238 -
CMYK 0.96 0.48 0 0.07
HSL 210º 0.92% 0.49% -
HSV(B) 210º 0.96% 0.93% -
XYZ 22.77 20.65 83.68 -
YUV 102.91 204.23 61.73 -
System Red Green Blue C M Y K H S L
Decimal 10 124 238 0.96 0.48 0 0.07 210 0.92 0.49
Hex A 7C EE 60 30 0 7 D2 5C 31
Octal 12 174 356 140 60 0 7 322 134 61
Binary 1010 1111100 11101110 1100000 110000 0 111 11010010 1011100 110001

Color Harmonies of #0A7CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7CEE

Black with #0A7CEE

Text Example


Text Example

White with #0A7CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,124,238); }

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

background-color css

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

 a { background-color: rgb(10,124,238); }

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

border-color css

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

 span { border-color: rgb(10,124,238); }

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