Html Css Color HEX #2257EC Royal Blue

📋 copy color: '#2257EC'

red 34 ◦ green 87 ◦ blue 236

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

Shades of Royal Blue #2257EC

Tints of Royal Blue #2257EC

RGB

 RED value IS 34 (13.67% from 255) = 9.52%

 GREEN value IS 87 (34.38% from 255) = 24.37%

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

R = 9.52%
G = 24.37%
B = 66.11%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2257EC (or 0x2257EC) is known color: Royal Blue. HEX triplet: 22, 57 and EC. RGB value is (34,87,236). Sum of RGB (Red+Green+Blue) = 34+87+236=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #2257EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2257EC is #DDA813. Grayscale: #575757. Windows color (decimal): -14526484 or 15488802. OLE color: 15488802.

HSL color Cylindrical-coordinate representation of color #2257EC: hue angle of 224.26º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2257EC is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 87 236 -
CMYK 0.86 0.63 0 0.07
HSL 224.26º 0.84% 0.53% -
HSV(B) 224.26º 0.86% 0.93% -
XYZ 19.21 13.21 80.89 -
YUV 88.14 211.44 89.38 -
System Red Green Blue C M Y K H S L
Decimal 34 87 236 0.86 0.63 0 0.07 224.26 0.84 0.53
Hex 22 57 EC 56 3F 0 7 E0 54 35
Octal 42 127 354 126 77 0 7 340 124 65
Binary 100010 1010111 11101100 1010110 111111 0 111 11100000 1010100 110101

Color Harmonies of #2257EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2257EC

Black with #2257EC

Text Example


Text Example

White with #2257EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,87,236); }

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

background-color css

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

 a { background-color: rgb(34,87,236); }

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

border-color css

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

 span { border-color: rgb(34,87,236); }

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