Html Css Color HEX #254EEB Royal Blue

📋 copy color: '#254EEB'

red 37 ◦ green 78 ◦ blue 235

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

Shades of Royal Blue #254EEB

Tints of Royal Blue #254EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.29%

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

R = 10.57%
G = 22.29%
B = 67.14%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#254EEB (or 0x254EEB) is known color: Royal Blue. HEX triplet: 25, 4E and EB. RGB value is (37,78,235). Sum of RGB (Red+Green+Blue) = 37+78+235=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #254EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254EEB is #DAB114. Grayscale: #525252. Windows color (decimal): -14332181 or 15420965. OLE color: 15420965.

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

Color convert

RGB 37 78 235 -
CMYK 0.84 0.67 0 0.08
HSL 227.58º 0.83% 0.53% -
HSV(B) 227.58º 0.84% 0.92% -
XYZ 18.48 11.84 79.91 -
YUV 83.64 213.42 94.73 -
System Red Green Blue C M Y K H S L
Decimal 37 78 235 0.84 0.67 0 0.08 227.58 0.83 0.53
Hex 25 4E EB 54 43 0 8 E4 53 35
Octal 45 116 353 124 103 0 10 344 123 65
Binary 100101 1001110 11101011 1010100 1000011 0 1000 11100100 1010011 110101

Color Harmonies of #254EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254EEB

Black with #254EEB

Text Example


Text Example

White with #254EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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