Html Css Color HEX #4261DE Royal Blue

📋 copy color: '#4261DE'

red 66 ◦ green 97 ◦ blue 222

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

Shades of Royal Blue #4261DE

Tints of Royal Blue #4261DE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.19%

 BLUE value IS 222 (87.11% from 255) = 57.66%

R = 17.14%
G = 25.19%
B = 57.66%

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

#4261DE (or 0x4261DE) is known color: Royal Blue. HEX triplet: 42, 61 and DE. RGB value is (66,97,222). Sum of RGB (Red+Green+Blue) = 66+97+222=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #4261DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4261DE is #BD9E21. Grayscale: #656565. Windows color (decimal): -12426786 or 14573890. OLE color: 14573890.

HSL color Cylindrical-coordinate representation of color #4261DE: hue angle of 228.08º 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 #4261DE is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 97 222 -
CMYK 0.70 0.56 0 0.13
HSL 228.08º 0.7% 0.56% -
HSV(B) 228.08º 0.7% 0.87% -
XYZ 19.71 14.98 70.96 -
YUV 101.98 195.73 102.34 -
System Red Green Blue C M Y K H S L
Decimal 66 97 222 0.70 0.56 0 0.13 228.08 0.7 0.56
Hex 42 61 DE 46 38 0 D E4 46 38
Octal 102 141 336 106 70 0 15 344 106 70
Binary 1000010 1100001 11011110 1000110 111000 0 1101 11100100 1000110 111000

Color Harmonies of #4261DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4261DE

Black with #4261DE

Text Example


Text Example

White with #4261DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4261DE; }

 p { color: rgb(66,97,222); }

 H1.HeaderClassName
 {
   color: #4261DE;
 }
 .AnyTagClassName
 {
   color: #4261DE;
 }
</style>

background-color css

<style>
 a { background-color: #4261DE; }

 a { background-color: rgb(66,97,222); }

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

border-color css

<style>
 span { border-color: #4261DE; }

 span { border-color: rgb(66,97,222); }

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