Html Css Color HEX #0663FF Dodger Blue

📋 copy color: '#0663FF'

red 6 ◦ green 99 ◦ blue 255

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

Shades of Dodger Blue #0663FF

Tints of Dodger Blue #0663FF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.5%

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

R = 1.67%
G = 27.5%
B = 70.83%

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

#0663FF (or 0x0663FF) is known color: Dodger Blue. HEX triplet: 06, 63 and FF. RGB value is (6,99,255). Sum of RGB (Red+Green+Blue) = 6+99+255=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #0663FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0663FF is #F99C00. Grayscale: #585858. Windows color (decimal): -16358401 or 16737030. OLE color: 16737030.

HSL color Cylindrical-coordinate representation of color #0663FF: hue angle of 217.59º 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 #0663FF is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 99 255 -
CMYK 0.98 0.61 0 0
HSL 217.59º 1% 0.51% -
HSV(B) 217.59º 0.98% 1% -
XYZ 22.59 16.18 96.54 -
YUV 88.98 221.69 68.82 -
System Red Green Blue C M Y K H S L
Decimal 6 99 255 0.98 0.61 0 0 217.59 1 0.51
Hex 6 63 FF 62 3D 0 0 DA 64 33
Octal 6 143 377 142 75 0 0 332 144 63
Binary 110 1100011 11111111 1100010 111101 0 0 11011010 1100100 110011

Color Harmonies of #0663FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0663FF

Black with #0663FF

Text Example


Text Example

White with #0663FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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