Html Css Color HEX #006CFF Dodger Blue

📋 copy color: '#006CFF'

red 0 ◦ green 108 ◦ blue 255

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

Shades of Dodger Blue #006CFF

Tints of Dodger Blue #006CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.25%

R = 0%
G = 29.75%
B = 70.25%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#006CFF (or 0x006CFF) is known color: Dodger Blue. HEX triplet: 00, 6C and FF. RGB value is (0,108,255). Sum of RGB (Red+Green+Blue) = 0+108+255=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #006CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CFF is #FF9300. Grayscale: #5B5B5B. Windows color (decimal): -16749313 or 16739328. OLE color: 16739328.

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

Color convert

RGB 0 108 255 -
CMYK 1 0.58 0 0
HSL 214.59º 1% 0.5% -
HSV(B) 214.59º 1% 1% -
XYZ 23.41 17.95 96.84 -
YUV 92.47 219.72 62.05 -
System Red Green Blue C M Y K H S L
Decimal 0 108 255 1 0.58 0 0 214.59 1 0.5
Hex 0 6C FF 64 3A 0 0 D7 64 32
Octal 0 154 377 144 72 0 0 327 144 62
Binary 0 1101100 11111111 1100100 111010 0 0 11010111 1100100 110010

Color Harmonies of #006CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CFF

Black with #006CFF

Text Example


Text Example

White with #006CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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