Html Css Color HEX #254CF1 Royal Blue

📋 copy color: '#254CF1'

red 37 ◦ green 76 ◦ blue 241

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

Shades of Royal Blue #254CF1

Tints of Royal Blue #254CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 68.08%

R = 10.45%
G = 21.47%
B = 68.08%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#254CF1 (or 0x254CF1) is known color: Royal Blue. HEX triplet: 25, 4C and F1. RGB value is (37,76,241). Sum of RGB (Red+Green+Blue) = 37+76+241=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #254CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CF1 is #DAB30E. Grayscale: #525252. Windows color (decimal): -14332687 or 15813669. OLE color: 15813669.

HSL color Cylindrical-coordinate representation of color #254CF1: hue angle of 228.53º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254CF1 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 76 241 -
CMYK 0.85 0.68 0 0.05
HSL 228.53º 0.88% 0.55% -
HSV(B) 228.53º 0.85% 0.95% -
XYZ 19.22 11.91 84.51 -
YUV 83.15 217.08 95.08 -
System Red Green Blue C M Y K H S L
Decimal 37 76 241 0.85 0.68 0 0.05 228.53 0.88 0.55
Hex 25 4C F1 55 44 0 5 E5 58 37
Octal 45 114 361 125 104 0 5 345 130 67
Binary 100101 1001100 11110001 1010101 1000100 0 101 11100101 1011000 110111

Color Harmonies of #254CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CF1

Black with #254CF1

Text Example


Text Example

White with #254CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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