Html Css Color HEX #4256EC Royal Blue

📋 copy color: '#4256EC'

red 66 ◦ green 86 ◦ blue 236

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

Shades of Royal Blue #4256EC

Tints of Royal Blue #4256EC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.16%

 BLUE value IS 236 (92.58% from 255) = 60.82%

R = 17.01%
G = 22.16%
B = 60.82%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4256EC (or 0x4256EC) is known color: Royal Blue. HEX triplet: 42, 56 and EC. RGB value is (66,86,236). Sum of RGB (Red+Green+Blue) = 66+86+236=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #4256EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4256EC is #BDA913. Grayscale: #606060. Windows color (decimal): -12429588 or 15488578. OLE color: 15488578.

HSL color Cylindrical-coordinate representation of color #4256EC: hue angle of 232.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4256EC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 86 236 -
CMYK 0.72 0.64 0 0.07
HSL 232.94º 0.82% 0.59% -
HSV(B) 232.94º 0.72% 0.93% -
XYZ 20.71 13.87 80.94 -
YUV 97.12 206.37 105.8 -
System Red Green Blue C M Y K H S L
Decimal 66 86 236 0.72 0.64 0 0.07 232.94 0.82 0.59
Hex 42 56 EC 48 40 0 7 E9 52 3B
Octal 102 126 354 110 100 0 7 351 122 73
Binary 1000010 1010110 11101100 1001000 1000000 0 111 11101001 1010010 111011

Color Harmonies of #4256EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4256EC

Black with #4256EC

Text Example


Text Example

White with #4256EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4256EC; }

 p { color: rgb(66,86,236); }

 H1.HeaderClassName
 {
   color: #4256EC;
 }
 .AnyTagClassName
 {
   color: #4256EC;
 }
</style>

background-color css

<style>
 a { background-color: #4256EC; }

 a { background-color: rgb(66,86,236); }

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

border-color css

<style>
 span { border-color: #4256EC; }

 span { border-color: rgb(66,86,236); }

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