#254BEB

Color #254BEB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #254BEB

Tints of Royal Blue #254BEB

Color information

#254BEB (or 0x254BEB) is unknown color: approx Royal Blue. HEX triplet: 25, 4B and EB. RGB value is (37,75,235). Sum of RGB (Red+Green+Blue) = 37+75+235=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #254BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254BEB is #DAB414. Grayscale: #515151. Windows color (decimal): -14332949 or 15420197. OLE color: 15420197.

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

Color convert

RGB3775235-
CMYK0.840.6800.08
HSL228.48º83.19%53.33%-
HSV(B)228.48º84.26%92.16%-
XYZ18.2711.4279.84-
YUV81.88214.4195.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.66%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 235 (92.19% from 255) = 67.72%
R=10.66%
G=21.61%
B=67.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal37752350.840.6800.08228.4883.1953.33
Hex254BEB544408e45335
Octal4511335312410401034412365
Binary1001011001011111010111010100100010001000111001001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254BEB; }

 p { color: rgb(37,75,235); }

 H1.HeaderClassName
 {
   color: #254BEB;
 }
 .AnyTagClassName
 {
   color: #254BEB;
 }
</style>
background-color css

<style>
 a { background-color: #254BEB; }

 a { background-color: rgb(37,75,235); }

 div.DivClassName
 {
   background-color: #254BEB;
 }
 .BgClassName
 {
   background-color: #254BEB;
 }
</style>
border-color css

<style>
 span { border-color: #254BEB; }

 span { border-color: rgb(37,75,235); }

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