Html Css Color HEX #006AFD Dodger Blue

📋 copy color: '#006AFD'

red 0 ◦ green 106 ◦ blue 253

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

Shades of Dodger Blue #006AFD

Tints of Dodger Blue #006AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.53%

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

R = 0%
G = 29.53%
B = 70.47%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#006AFD (or 0x006AFD) is known color: Dodger Blue. HEX triplet: 00, 6A and FD. RGB value is (0,106,253). Sum of RGB (Red+Green+Blue) = 0+106+253=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #006AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AFD is #FF9502. Grayscale: #5A5A5A. Windows color (decimal): -16749827 or 16607744. OLE color: 16607744.

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

Color convert

RGB 0 106 253 -
CMYK 1 0.58 0 0.01
HSL 214.86º 1% 0.5% -
HSV(B) 214.86º 1% 0.99% -
XYZ 22.88 17.4 95.08 -
YUV 91.06 219.38 63.05 -
System Red Green Blue C M Y K H S L
Decimal 0 106 253 1 0.58 0 0.01 214.86 1 0.5
Hex 0 6A FD 64 3A 0 1 D7 64 32
Octal 0 152 375 144 72 0 1 327 144 62
Binary 0 1101010 11111101 1100100 111010 0 1 11010111 1100100 110010

Color Harmonies of #006AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AFD

Black with #006AFD

Text Example


Text Example

White with #006AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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