Html Css Color HEX #2257EB Royal Blue

📋 copy color: '#2257EB'

red 34 ◦ green 87 ◦ blue 235

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

Shades of Royal Blue #2257EB

Tints of Royal Blue #2257EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.01%

R = 9.55%
G = 24.44%
B = 66.01%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2257EB (or 0x2257EB) is known color: Royal Blue. HEX triplet: 22, 57 and EB. RGB value is (34,87,235). Sum of RGB (Red+Green+Blue) = 34+87+235=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #2257EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2257EB is #DDA814. Grayscale: #575757. Windows color (decimal): -14526485 or 15423266. OLE color: 15423266.

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

Color convert

RGB 34 87 235 -
CMYK 0.86 0.63 0 0.08
HSL 224.18º 0.83% 0.53% -
HSV(B) 224.18º 0.86% 0.92% -
XYZ 19.06 13.15 80.13 -
YUV 88.03 210.94 89.47 -
System Red Green Blue C M Y K H S L
Decimal 34 87 235 0.86 0.63 0 0.08 224.18 0.83 0.53
Hex 22 57 EB 56 3F 0 8 E0 53 35
Octal 42 127 353 126 77 0 10 340 123 65
Binary 100010 1010111 11101011 1010110 111111 0 1000 11100000 1010011 110101

Color Harmonies of #2257EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2257EB

Black with #2257EB

Text Example


Text Example

White with #2257EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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