Html Css Color HEX #254AF1 Royal Blue

📋 copy color: '#254AF1'

red 37 ◦ green 74 ◦ blue 241

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

Shades of Royal Blue #254AF1

Tints of Royal Blue #254AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.02%

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

R = 10.51%
G = 21.02%
B = 68.47%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#254AF1 (or 0x254AF1) is known color: Royal Blue. HEX triplet: 25, 4A and F1. RGB value is (37,74,241). Sum of RGB (Red+Green+Blue) = 37+74+241=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #254AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254AF1 is #DAB50E. Grayscale: #515151. Windows color (decimal): -14333199 or 15813157. OLE color: 15813157.

HSL color Cylindrical-coordinate representation of color #254AF1: hue angle of 229.12º 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 #254AF1 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 74 241 -
CMYK 0.85 0.69 0 0.05
HSL 229.12º 0.88% 0.55% -
HSV(B) 229.12º 0.85% 0.95% -
XYZ 19.09 11.64 84.46 -
YUV 81.98 217.74 95.92 -
System Red Green Blue C M Y K H S L
Decimal 37 74 241 0.85 0.69 0 0.05 229.12 0.88 0.55
Hex 25 4A F1 55 45 0 5 E5 58 37
Octal 45 112 361 125 105 0 5 345 130 67
Binary 100101 1001010 11110001 1010101 1000101 0 101 11100101 1011000 110111

Color Harmonies of #254AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254AF1

Black with #254AF1

Text Example


Text Example

White with #254AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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