Html Css Color HEX #0664FF Dodger Blue

📋 copy color: '#0664FF'

red 6 ◦ green 100 ◦ blue 255

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

Shades of Dodger Blue #0664FF

Tints of Dodger Blue #0664FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 1.66%
G = 27.7%
B = 70.64%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0664FF (or 0x0664FF) is known color: Dodger Blue. HEX triplet: 06, 64 and FF. RGB value is (6,100,255). Sum of RGB (Red+Green+Blue) = 6+100+255=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #0664FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0664FF is #F99B00. Grayscale: #585858. Windows color (decimal): -16358145 or 16737286. OLE color: 16737286.

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

Color convert

RGB 6 100 255 -
CMYK 0.98 0.61 0 0
HSL 217.35º 1% 0.51% -
HSV(B) 217.35º 0.98% 1% -
XYZ 22.68 16.37 96.57 -
YUV 89.56 221.36 68.4 -
System Red Green Blue C M Y K H S L
Decimal 6 100 255 0.98 0.61 0 0 217.35 1 0.51
Hex 6 64 FF 62 3D 0 0 D9 64 33
Octal 6 144 377 142 75 0 0 331 144 63
Binary 110 1100100 11111111 1100010 111101 0 0 11011001 1100100 110011

Color Harmonies of #0664FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0664FF

Black with #0664FF

Text Example


Text Example

White with #0664FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0664FF; }

 p { color: rgb(6,100,255); }

 H1.HeaderClassName
 {
   color: #0664FF;
 }
 .AnyTagClassName
 {
   color: #0664FF;
 }
</style>

background-color css

<style>
 a { background-color: #0664FF; }

 a { background-color: rgb(6,100,255); }

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

border-color css

<style>
 span { border-color: #0664FF; }

 span { border-color: rgb(6,100,255); }

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