Html Css Color HEX #254CEC Royal Blue

📋 copy color: '#254CEC'

red 37 ◦ green 76 ◦ blue 236

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

Shades of Royal Blue #254CEC

Tints of Royal Blue #254CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.62%

R = 10.6%
G = 21.78%
B = 67.62%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#254CEC (or 0x254CEC) is known color: Royal Blue. HEX triplet: 25, 4C and EC. RGB value is (37,76,236). Sum of RGB (Red+Green+Blue) = 37+76+236=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #254CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CEC is #DAB313. Grayscale: #515151. Windows color (decimal): -14332692 or 15485989. OLE color: 15485989.

HSL color Cylindrical-coordinate representation of color #254CEC: hue angle of 228.24º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #254CEC is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 76 236 -
CMYK 0.84 0.68 0 0.07
HSL 228.24º 0.84% 0.54% -
HSV(B) 228.24º 0.84% 0.93% -
XYZ 18.49 11.62 80.63 -
YUV 82.58 214.58 95.49 -
System Red Green Blue C M Y K H S L
Decimal 37 76 236 0.84 0.68 0 0.07 228.24 0.84 0.54
Hex 25 4C EC 54 44 0 7 E4 54 36
Octal 45 114 354 124 104 0 7 344 124 66
Binary 100101 1001100 11101100 1010100 1000100 0 111 11100100 1010100 110110

Color Harmonies of #254CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CEC

Black with #254CEC

Text Example


Text Example

White with #254CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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