Html Css Color HEX #006FFC Dodger Blue

📋 copy color: '#006FFC'

red 0 ◦ green 111 ◦ blue 252

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

Shades of Dodger Blue #006FFC

Tints of Dodger Blue #006FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 69.42%

R = 0%
G = 30.58%
B = 69.42%

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

#006FFC (or 0x006FFC) is known color: Dodger Blue. HEX triplet: 00, 6F and FC. RGB value is (0,111,252). Sum of RGB (Red+Green+Blue) = 0+111+252=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #006FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006FFC is #FF9003. Grayscale: #5D5D5D. Windows color (decimal): -16748548 or 16543488. OLE color: 16543488.

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

Color convert

RGB 0 111 252 -
CMYK 1 0.56 0 0.01
HSL 213.57º 1% 0.49% -
HSV(B) 213.57º 1% 0.99% -
XYZ 23.26 18.4 94.42 -
YUV 93.89 217.23 61.04 -
System Red Green Blue C M Y K H S L
Decimal 0 111 252 1 0.56 0 0.01 213.57 1 0.49
Hex 0 6F FC 64 38 0 1 D6 64 31
Octal 0 157 374 144 70 0 1 326 144 61
Binary 0 1101111 11111100 1100100 111000 0 1 11010110 1100100 110001

Color Harmonies of #006FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FFC

Black with #006FFC

Text Example


Text Example

White with #006FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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