Html Css Color HEX #006DFC Dodger Blue

📋 copy color: '#006DFC'

red 0 ◦ green 109 ◦ blue 252

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

Shades of Dodger Blue #006DFC

Tints of Dodger Blue #006DFC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 30.19%
B = 69.81%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#006DFC (or 0x006DFC) is known color: Dodger Blue. HEX triplet: 00, 6D and FC. RGB value is (0,109,252). Sum of RGB (Red+Green+Blue) = 0+109+252=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #006DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DFC is #FF9203. Grayscale: #5C5C5C. Windows color (decimal): -16749060 or 16542976. OLE color: 16542976.

HSL color Cylindrical-coordinate representation of color #006DFC: hue angle of 214.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DFC is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 109 252 -
CMYK 1 0.57 0 0.01
HSL 214.05º 1% 0.49% -
HSV(B) 214.05º 1% 0.99% -
XYZ 23.04 17.97 94.35 -
YUV 92.71 217.89 61.87 -
System Red Green Blue C M Y K H S L
Decimal 0 109 252 1 0.57 0 0.01 214.05 1 0.49
Hex 0 6D FC 64 39 0 1 D6 64 31
Octal 0 155 374 144 71 0 1 326 144 61
Binary 0 1101101 11111100 1100100 111001 0 1 11010110 1100100 110001

Color Harmonies of #006DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DFC

Black with #006DFC

Text Example


Text Example

White with #006DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006DFC; }

 p { color: rgb(0,109,252); }

 H1.HeaderClassName
 {
   color: #006DFC;
 }
 .AnyTagClassName
 {
   color: #006DFC;
 }
</style>

background-color css

<style>
 a { background-color: #006DFC; }

 a { background-color: rgb(0,109,252); }

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

border-color css

<style>
 span { border-color: #006DFC; }

 span { border-color: rgb(0,109,252); }

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