Html Css Color HEX #2356E4 Royal Blue

📋 copy color: '#2356E4'

red 35 ◦ green 86 ◦ blue 228

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

Shades of Royal Blue #2356E4

Tints of Royal Blue #2356E4

RGB

 RED value IS 35 (14.06% from 255) = 10.03%

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

 BLUE value IS 228 (89.45% from 255) = 65.33%

R = 10.03%
G = 24.64%
B = 65.33%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2356E4 (or 0x2356E4) is known color: Royal Blue. HEX triplet: 23, 56 and E4. RGB value is (35,86,228). Sum of RGB (Red+Green+Blue) = 35+86+228=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 228 (89.45% from 255 or 65.33% from 349); Max value from RGB is 228 - color contains mainly: blue. Hex color #2356E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2356E4 is #DCA91B. Grayscale: #565656. Windows color (decimal): -14461212 or 14964259. OLE color: 14964259.

HSL color Cylindrical-coordinate representation of color #2356E4: hue angle of 224.15º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2356E4 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 35 86 228 -
CMYK 0.85 0.62 0 0.11
HSL 224.15º 0.78% 0.52% -
HSV(B) 224.15º 0.85% 0.89% -
XYZ 18.02 12.61 74.88 -
YUV 86.94 207.6 90.95 -
System Red Green Blue C M Y K H S L
Decimal 35 86 228 0.85 0.62 0 0.11 224.15 0.78 0.52
Hex 23 56 E4 55 3E 0 B E0 4E 34
Octal 43 126 344 125 76 0 13 340 116 64
Binary 100011 1010110 11100100 1010101 111110 0 1011 11100000 1001110 110100

Color Harmonies of #2356E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2356E4

Black with #2356E4

Text Example


Text Example

White with #2356E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2356E4; }

 p { color: rgb(35,86,228); }

 H1.HeaderClassName
 {
   color: #2356E4;
 }
 .AnyTagClassName
 {
   color: #2356E4;
 }
</style>

background-color css

<style>
 a { background-color: #2356E4; }

 a { background-color: rgb(35,86,228); }

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

border-color css

<style>
 span { border-color: #2356E4; }

 span { border-color: rgb(35,86,228); }

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