Html Css Color HEX #006CFD Dodger Blue

📋 copy color: '#006CFD'

red 0 ◦ green 108 ◦ blue 253

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

Shades of Dodger Blue #006CFD

Tints of Dodger Blue #006CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.92%

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

R = 0%
G = 29.92%
B = 70.08%

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

#006CFD (or 0x006CFD) is known color: Dodger Blue. HEX triplet: 00, 6C and FD. RGB value is (0,108,253). Sum of RGB (Red+Green+Blue) = 0+108+253=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #006CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CFD is #FF9302. Grayscale: #5B5B5B. Windows color (decimal): -16749315 or 16608256. OLE color: 16608256.

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

Color convert

RGB 0 108 253 -
CMYK 1 0.57 0 0.01
HSL 214.39º 1% 0.5% -
HSV(B) 214.39º 1% 0.99% -
XYZ 23.09 17.82 95.15 -
YUV 92.24 218.72 62.21 -
System Red Green Blue C M Y K H S L
Decimal 0 108 253 1 0.57 0 0.01 214.39 1 0.5
Hex 0 6C FD 64 39 0 1 D6 64 32
Octal 0 154 375 144 71 0 1 326 144 62
Binary 0 1101100 11111101 1100100 111001 0 1 11010110 1100100 110010

Color Harmonies of #006CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CFD

Black with #006CFD

Text Example


Text Example

White with #006CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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