Html Css Color HEX #006FFD Dodger Blue

📋 copy color: '#006FFD'

red 0 ◦ green 111 ◦ blue 253

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

Shades of Dodger Blue #006FFD

Tints of Dodger Blue #006FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.49%

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

R = 0%
G = 30.49%
B = 69.51%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#006FFD (or 0x006FFD) is known color: Dodger Blue. HEX triplet: 00, 6F and FD. RGB value is (0,111,253). Sum of RGB (Red+Green+Blue) = 0+111+253=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #006FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006FFD is #FF9002. Grayscale: #5D5D5D. Windows color (decimal): -16748547 or 16609024. OLE color: 16609024.

HSL color Cylindrical-coordinate representation of color #006FFD: hue angle of 213.68º 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 #006FFD is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 111 253 -
CMYK 1 0.56 0 0.01
HSL 213.68º 1% 0.5% -
HSV(B) 213.68º 1% 0.99% -
XYZ 23.41 18.46 95.26 -
YUV 94 217.73 60.95 -
System Red Green Blue C M Y K H S L
Decimal 0 111 253 1 0.56 0 0.01 213.68 1 0.5
Hex 0 6F FD 64 38 0 1 D6 64 32
Octal 0 157 375 144 70 0 1 326 144 62
Binary 0 1101111 11111101 1100100 111000 0 1 11010110 1100100 110010

Color Harmonies of #006FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FFD

Black with #006FFD

Text Example


Text Example

White with #006FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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