Html Css Color HEX #254CEB Royal Blue

📋 copy color: '#254CEB'

red 37 ◦ green 76 ◦ blue 235

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

Shades of Royal Blue #254CEB

Tints of Royal Blue #254CEB

RGB

 RED value IS 37 (14.84% from 255) = 10.63%

 GREEN value IS 76 (30.08% from 255) = 21.84%

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

R = 10.63%
G = 21.84%
B = 67.53%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#254CEB (or 0x254CEB) is known color: Royal Blue. HEX triplet: 25, 4C and EB. RGB value is (37,76,235). Sum of RGB (Red+Green+Blue) = 37+76+235=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #254CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CEB is #DAB314. Grayscale: #515151. Windows color (decimal): -14332693 or 15420453. OLE color: 15420453.

HSL color Cylindrical-coordinate representation of color #254CEB: hue angle of 228.18º 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 #254CEB is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 76 235 -
CMYK 0.84 0.68 0 0.08
HSL 228.18º 0.83% 0.53% -
HSV(B) 228.18º 0.84% 0.92% -
XYZ 18.34 11.56 79.86 -
YUV 82.47 214.08 95.57 -
System Red Green Blue C M Y K H S L
Decimal 37 76 235 0.84 0.68 0 0.08 228.18 0.83 0.53
Hex 25 4C EB 54 44 0 8 E4 53 35
Octal 45 114 353 124 104 0 10 344 123 65
Binary 100101 1001100 11101011 1010100 1000100 0 1000 11100100 1010011 110101

Color Harmonies of #254CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CEB

Black with #254CEB

Text Example


Text Example

White with #254CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #254CEB;
 }
 .AnyTagClassName
 {
   color: #254CEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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