Html Css Color HEX #254CED Royal Blue

📋 copy color: '#254CED'

red 37 ◦ green 76 ◦ blue 237

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

Shades of Royal Blue #254CED

Tints of Royal Blue #254CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 10.57%
G = 21.71%
B = 67.71%

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

#254CED (or 0x254CED) is known color: Royal Blue. HEX triplet: 25, 4C and ED. RGB value is (37,76,237). Sum of RGB (Red+Green+Blue) = 37+76+237=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #254CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CED is #DAB312. Grayscale: #525252. Windows color (decimal): -14332691 or 15551525. OLE color: 15551525.

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

Color convert

RGB 37 76 237 -
CMYK 0.84 0.68 0 0.07
HSL 228.3º 0.85% 0.54% -
HSV(B) 228.3º 0.84% 0.93% -
XYZ 18.63 11.68 81.39 -
YUV 82.69 215.08 95.41 -
System Red Green Blue C M Y K H S L
Decimal 37 76 237 0.84 0.68 0 0.07 228.3 0.85 0.54
Hex 25 4C ED 54 44 0 7 E4 55 36
Octal 45 114 355 124 104 0 7 344 125 66
Binary 100101 1001100 11101101 1010100 1000100 0 111 11100100 1010101 110110

Color Harmonies of #254CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CED

Black with #254CED

Text Example


Text Example

White with #254CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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