Html Css Color HEX #006DFA Dodger Blue

📋 copy color: '#006DFA'

red 0 ◦ green 109 ◦ blue 250

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

Shades of Dodger Blue #006DFA

Tints of Dodger Blue #006DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.64%

R = 0%
G = 30.36%
B = 69.64%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#006DFA (or 0x006DFA) is known color: Dodger Blue. HEX triplet: 00, 6D and FA. RGB value is (0,109,250). Sum of RGB (Red+Green+Blue) = 0+109+250=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #006DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DFA is #FF9205. Grayscale: #5B5B5B. Windows color (decimal): -16749062 or 16411904. OLE color: 16411904.

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

Color convert

RGB 0 109 250 -
CMYK 1 0.56 0 0.02
HSL 213.84º 1% 0.49% -
HSV(B) 213.84º 1% 0.98% -
XYZ 22.72 17.84 92.69 -
YUV 92.48 216.89 62.04 -
System Red Green Blue C M Y K H S L
Decimal 0 109 250 1 0.56 0 0.02 213.84 1 0.49
Hex 0 6D FA 64 38 0 2 D6 64 31
Octal 0 155 372 144 70 0 2 326 144 61
Binary 0 1101101 11111010 1100100 111000 0 10 11010110 1100100 110001

Color Harmonies of #006DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DFA

Black with #006DFA

Text Example


Text Example

White with #006DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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