Html Css Color HEX #0A6EFC Dodger Blue

📋 copy color: '#0A6EFC'

red 10 ◦ green 110 ◦ blue 252

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

Shades of Dodger Blue #0A6EFC

Tints of Dodger Blue #0A6EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.57%

 BLUE value IS 252 (98.83% from 255) = 67.74%

R = 2.69%
G = 29.57%
B = 67.74%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A6EFC (or 0x0A6EFC) is known color: Dodger Blue. HEX triplet: 0A, 6E and FC. RGB value is (10,110,252). Sum of RGB (Red+Green+Blue) = 10+110+252=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A6EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A6EFC is #F59103. Grayscale: #5F5F5F. Windows color (decimal): -16093444 or 16543242. OLE color: 16543242.

HSL color Cylindrical-coordinate representation of color #0A6EFC: hue angle of 215.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A6EFC is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 110 252 -
CMYK 0.96 0.56 0 0.01
HSL 215.21º 0.98% 0.51% -
HSV(B) 215.21º 0.96% 0.99% -
XYZ 23.27 18.24 94.39 -
YUV 96.29 215.87 66.45 -
System Red Green Blue C M Y K H S L
Decimal 10 110 252 0.96 0.56 0 0.01 215.21 0.98 0.51
Hex A 6E FC 60 38 0 1 D7 62 33
Octal 12 156 374 140 70 0 1 327 142 63
Binary 1010 1101110 11111100 1100000 111000 0 1 11010111 1100010 110011

Color Harmonies of #0A6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6EFC

Black with #0A6EFC

Text Example


Text Example

White with #0A6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,110,252); }

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

background-color css

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

 a { background-color: rgb(10,110,252); }

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

border-color css

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

 span { border-color: rgb(10,110,252); }

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