Html Css Color HEX #4062DC Royal Blue

📋 copy color: '#4062DC'

red 64 ◦ green 98 ◦ blue 220

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

Shades of Royal Blue #4062DC

Tints of Royal Blue #4062DC

RGB

 RED value IS 64 (25.39% from 255) = 16.75%

 GREEN value IS 98 (38.67% from 255) = 25.65%

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 16.75%
G = 25.65%
B = 57.59%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4062DC (or 0x4062DC) is known color: Royal Blue. HEX triplet: 40, 62 and DC. RGB value is (64,98,220). Sum of RGB (Red+Green+Blue) = 64+98+220=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #4062DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4062DC is #BF9D23. Grayscale: #656565. Windows color (decimal): -12557604 or 14443072. OLE color: 14443072.

HSL color Cylindrical-coordinate representation of color #4062DC: hue angle of 226.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4062DC is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 98 220 -
CMYK 0.71 0.55 0 0.14
HSL 226.92º 0.69% 0.56% -
HSV(B) 226.92º 0.71% 0.86% -
XYZ 19.4 14.99 69.58 -
YUV 101.74 194.74 101.08 -
System Red Green Blue C M Y K H S L
Decimal 64 98 220 0.71 0.55 0 0.14 226.92 0.69 0.56
Hex 40 62 DC 47 37 0 E E3 45 38
Octal 100 142 334 107 67 0 16 343 105 70
Binary 1000000 1100010 11011100 1000111 110111 0 1110 11100011 1000101 111000

Color Harmonies of #4062DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4062DC

Black with #4062DC

Text Example


Text Example

White with #4062DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4062DC; }

 p { color: rgb(64,98,220); }

 H1.HeaderClassName
 {
   color: #4062DC;
 }
 .AnyTagClassName
 {
   color: #4062DC;
 }
</style>

background-color css

<style>
 a { background-color: #4062DC; }

 a { background-color: rgb(64,98,220); }

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

border-color css

<style>
 span { border-color: #4062DC; }

 span { border-color: rgb(64,98,220); }

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