Html Css Color HEX #006DFD Dodger Blue

📋 copy color: '#006DFD'

red 0 ◦ green 109 ◦ blue 253

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

Shades of Dodger Blue #006DFD

Tints of Dodger Blue #006DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 69.89%

R = 0%
G = 30.11%
B = 69.89%

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

#006DFD (or 0x006DFD) is known color: Dodger Blue. HEX triplet: 00, 6D and FD. RGB value is (0,109,253). Sum of RGB (Red+Green+Blue) = 0+109+253=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #006DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DFD is #FF9202. Grayscale: #5C5C5C. Windows color (decimal): -16749059 or 16608512. OLE color: 16608512.

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

Color convert

RGB 0 109 253 -
CMYK 1 0.57 0 0.01
HSL 214.15º 1% 0.5% -
HSV(B) 214.15º 1% 0.99% -
XYZ 23.2 18.03 95.19 -
YUV 92.83 218.39 61.79 -
System Red Green Blue C M Y K H S L
Decimal 0 109 253 1 0.57 0 0.01 214.15 1 0.5
Hex 0 6D FD 64 39 0 1 D6 64 32
Octal 0 155 375 144 71 0 1 326 144 62
Binary 0 1101101 11111101 1100100 111001 0 1 11010110 1100100 110010

Color Harmonies of #006DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DFD

Black with #006DFD

Text Example


Text Example

White with #006DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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