Html Css Color HEX #4262DC Royal Blue

📋 copy color: '#4262DC'

red 66 ◦ green 98 ◦ blue 220

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

Shades of Royal Blue #4262DC

Tints of Royal Blue #4262DC

RGB

 RED value IS 66 (26.17% from 255) = 17.19%

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

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

R = 17.19%
G = 25.52%
B = 57.29%

CMYK

 C value IS 0.7

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4262DC (or 0x4262DC) is known color: Royal Blue. HEX triplet: 42, 62 and DC. RGB value is (66,98,220). Sum of RGB (Red+Green+Blue) = 66+98+220=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #4262DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4262DC is #BD9D23. Grayscale: #656565. Windows color (decimal): -12426532 or 14443074. OLE color: 14443074.

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

Color convert

RGB 66 98 220 -
CMYK 0.7 0.55 0 0.14
HSL 227.53º 0.69% 0.56% -
HSV(B) 227.53º 0.7% 0.86% -
XYZ 19.53 15.06 69.59 -
YUV 102.34 194.4 102.08 -
System Red Green Blue C M Y K H S L
Decimal 66 98 220 0.7 0.55 0 0.14 227.53 0.69 0.56
Hex 42 62 DC 46 37 0 E E4 45 38
Octal 102 142 334 106 67 0 16 344 105 70
Binary 1000010 1100010 11011100 1000110 110111 0 1110 11100100 1000101 111000

Color Harmonies of #4262DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4262DC

Black with #4262DC

Text Example


Text Example

White with #4262DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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