Html Css Color HEX #006AFE Dodger Blue

📋 copy color: '#006AFE'

red 0 ◦ green 106 ◦ blue 254

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

Shades of Dodger Blue #006AFE

Tints of Dodger Blue #006AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 70.56%

R = 0%
G = 29.44%
B = 70.56%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#006AFE (or 0x006AFE) is known color: Dodger Blue. HEX triplet: 00, 6A and FE. RGB value is (0,106,254). Sum of RGB (Red+Green+Blue) = 0+106+254=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #006AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AFE is #FF9501. Grayscale: #5A5A5A. Windows color (decimal): -16749826 or 16673280. OLE color: 16673280.

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

Color convert

RGB 0 106 254 -
CMYK 1 0.58 0 0.00
HSL 214.96º 1% 0.5% -
HSV(B) 214.96º 1% 1% -
XYZ 23.04 17.46 95.92 -
YUV 91.18 219.88 62.97 -
System Red Green Blue C M Y K H S L
Decimal 0 106 254 1 0.58 0 0.00 214.96 1 0.5
Hex 0 6A FE 64 3A 0 0 D7 64 32
Octal 0 152 376 144 72 0 0 327 144 62
Binary 0 1101010 11111110 1100100 111010 0 0 11010111 1100100 110010

Color Harmonies of #006AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AFE

Black with #006AFE

Text Example


Text Example

White with #006AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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