Html Css Color HEX #4262DD Royal Blue

📋 copy color: '#4262DD'

red 66 ◦ green 98 ◦ blue 221

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

Shades of Royal Blue #4262DD

Tints of Royal Blue #4262DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 17.14%
G = 25.45%
B = 57.4%

CMYK

 C value IS 0.70

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4262DD (or 0x4262DD) is known color: Royal Blue. HEX triplet: 42, 62 and DD. RGB value is (66,98,221). Sum of RGB (Red+Green+Blue) = 66+98+221=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #4262DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4262DD is #BD9D22. Grayscale: #656565. Windows color (decimal): -12426531 or 14508610. OLE color: 14508610.

HSL color Cylindrical-coordinate representation of color #4262DD: hue angle of 227.61º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4262DD is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 98 221 -
CMYK 0.70 0.56 0 0.13
HSL 227.61º 0.7% 0.56% -
HSV(B) 227.61º 0.7% 0.87% -
XYZ 19.67 15.11 70.29 -
YUV 102.45 194.9 102 -
System Red Green Blue C M Y K H S L
Decimal 66 98 221 0.70 0.56 0 0.13 227.61 0.7 0.56
Hex 42 62 DD 46 38 0 D E4 46 38
Octal 102 142 335 106 70 0 15 344 106 70
Binary 1000010 1100010 11011101 1000110 111000 0 1101 11100100 1000110 111000

Color Harmonies of #4262DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4262DD

Black with #4262DD

Text Example


Text Example

White with #4262DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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