Html Css Color HEX #254CEA Royal Blue

📋 copy color: '#254CEA'

red 37 ◦ green 76 ◦ blue 234

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

Shades of Royal Blue #254CEA

Tints of Royal Blue #254CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.44%

R = 10.66%
G = 21.9%
B = 67.44%

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

#254CEA (or 0x254CEA) is known color: Royal Blue. HEX triplet: 25, 4C and EA. RGB value is (37,76,234). Sum of RGB (Red+Green+Blue) = 37+76+234=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #254CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CEA is #DAB315. Grayscale: #515151. Windows color (decimal): -14332694 or 15354917. OLE color: 15354917.

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

Color convert

RGB 37 76 234 -
CMYK 0.84 0.68 0 0.08
HSL 228.12º 0.82% 0.53% -
HSV(B) 228.12º 0.84% 0.92% -
XYZ 18.2 11.5 79.1 -
YUV 82.35 213.58 95.65 -
System Red Green Blue C M Y K H S L
Decimal 37 76 234 0.84 0.68 0 0.08 228.12 0.82 0.53
Hex 25 4C EA 54 44 0 8 E4 52 35
Octal 45 114 352 124 104 0 10 344 122 65
Binary 100101 1001100 11101010 1010100 1000100 0 1000 11100100 1010010 110101

Color Harmonies of #254CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CEA

Black with #254CEA

Text Example


Text Example

White with #254CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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