Html Css Color HEX #0A6DFF Dodger Blue

📋 copy color: '#0A6DFF'

red 10 ◦ green 109 ◦ blue 255

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

Shades of Dodger Blue #0A6DFF

Tints of Dodger Blue #0A6DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.14%

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

R = 2.67%
G = 29.14%
B = 68.18%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0A6DFF (or 0x0A6DFF) is known color: Dodger Blue. HEX triplet: 0A, 6D and FF. RGB value is (10,109,255). Sum of RGB (Red+Green+Blue) = 10+109+255=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A6DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A6DFF is #F59200. Grayscale: #5F5F5F. Windows color (decimal): -16093697 or 16739594. OLE color: 16739594.

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

Color convert

RGB 10 109 255 -
CMYK 0.96 0.57 0 0
HSL 215.76º 1% 0.52% -
HSV(B) 215.76º 0.96% 1% -
XYZ 23.64 18.22 96.88 -
YUV 96.04 217.7 66.63 -
System Red Green Blue C M Y K H S L
Decimal 10 109 255 0.96 0.57 0 0 215.76 1 0.52
Hex A 6D FF 60 39 0 0 D8 64 34
Octal 12 155 377 140 71 0 0 330 144 64
Binary 1010 1101101 11111111 1100000 111001 0 0 11011000 1100100 110100

Color Harmonies of #0A6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6DFF

Black with #0A6DFF

Text Example


Text Example

White with #0A6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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