Html Css Color HEX #4256DF Royal Blue

📋 copy color: '#4256DF'

red 66 ◦ green 86 ◦ blue 223

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

Shades of Royal Blue #4256DF

Tints of Royal Blue #4256DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.47%

R = 17.6%
G = 22.93%
B = 59.47%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4256DF (or 0x4256DF) is known color: Royal Blue. HEX triplet: 42, 56 and DF. RGB value is (66,86,223). Sum of RGB (Red+Green+Blue) = 66+86+223=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #4256DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4256DF is #BDA920. Grayscale: #5F5F5F. Windows color (decimal): -12429601 or 14636610. OLE color: 14636610.

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

Color convert

RGB 66 86 223 -
CMYK 0.70 0.61 0 0.13
HSL 232.36º 0.71% 0.57% -
HSV(B) 232.36º 0.7% 0.87% -
XYZ 18.89 13.14 71.35 -
YUV 95.64 199.87 106.86 -
System Red Green Blue C M Y K H S L
Decimal 66 86 223 0.70 0.61 0 0.13 232.36 0.71 0.57
Hex 42 56 DF 46 3D 0 D E8 47 39
Octal 102 126 337 106 75 0 15 350 107 71
Binary 1000010 1010110 11011111 1000110 111101 0 1101 11101000 1000111 111001

Color Harmonies of #4256DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4256DF

Black with #4256DF

Text Example


Text Example

White with #4256DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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