Html Css Color HEX #254FF1 Royal Blue

📋 copy color: '#254FF1'

red 37 ◦ green 79 ◦ blue 241

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

Shades of Royal Blue #254FF1

Tints of Royal Blue #254FF1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.13%

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

R = 10.36%
G = 22.13%
B = 67.51%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#254FF1 (or 0x254FF1) is known color: Royal Blue. HEX triplet: 25, 4F and F1. RGB value is (37,79,241). Sum of RGB (Red+Green+Blue) = 37+79+241=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #254FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FF1 is #DAB00E. Grayscale: #545454. Windows color (decimal): -14331919 or 15814437. OLE color: 15814437.

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

Color convert

RGB 37 79 241 -
CMYK 0.85 0.67 0 0.05
HSL 227.65º 0.88% 0.55% -
HSV(B) 227.65º 0.85% 0.95% -
XYZ 19.44 12.34 84.58 -
YUV 84.91 216.09 93.83 -
System Red Green Blue C M Y K H S L
Decimal 37 79 241 0.85 0.67 0 0.05 227.65 0.88 0.55
Hex 25 4F F1 55 43 0 5 E4 58 37
Octal 45 117 361 125 103 0 5 344 130 67
Binary 100101 1001111 11110001 1010101 1000011 0 101 11100100 1011000 110111

Color Harmonies of #254FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FF1

Black with #254FF1

Text Example


Text Example

White with #254FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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