Html Css Color HEX #066DFE Dodger Blue

📋 copy color: '#066DFE'

red 6 ◦ green 109 ◦ blue 254

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

Shades of Dodger Blue #066DFE

Tints of Dodger Blue #066DFE

RGB

 RED value IS 6 (2.73% from 255) = 1.63%

 GREEN value IS 109 (42.97% from 255) = 29.54%

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

R = 1.63%
G = 29.54%
B = 68.83%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#066DFE (or 0x066DFE) is known color: Dodger Blue. HEX triplet: 06, 6D and FE. RGB value is (6,109,254). Sum of RGB (Red+Green+Blue) = 6+109+254=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #066DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066DFE is #F99201. Grayscale: #5E5E5E. Windows color (decimal): -16355842 or 16674054. OLE color: 16674054.

HSL color Cylindrical-coordinate representation of color #066DFE: hue angle of 215.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066DFE is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 109 254 -
CMYK 0.98 0.57 0 0.00
HSL 215.08º 0.99% 0.51% -
HSV(B) 215.08º 0.98% 1% -
XYZ 23.43 18.13 96.03 -
YUV 94.73 217.88 64.71 -
System Red Green Blue C M Y K H S L
Decimal 6 109 254 0.98 0.57 0 0.00 215.08 0.99 0.51
Hex 6 6D FE 62 39 0 0 D7 63 33
Octal 6 155 376 142 71 0 0 327 143 63
Binary 110 1101101 11111110 1100010 111001 0 0 11010111 1100011 110011

Color Harmonies of #066DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DFE

Black with #066DFE

Text Example


Text Example

White with #066DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066DFE; }

 p { color: rgb(6,109,254); }

 H1.HeaderClassName
 {
   color: #066DFE;
 }
 .AnyTagClassName
 {
   color: #066DFE;
 }
</style>

background-color css

<style>
 a { background-color: #066DFE; }

 a { background-color: rgb(6,109,254); }

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

border-color css

<style>
 span { border-color: #066DFE; }

 span { border-color: rgb(6,109,254); }

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