Html Css Color HEX #254FF4 Royal Blue

📋 copy color: '#254FF4'

red 37 ◦ green 79 ◦ blue 244

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

Shades of Royal Blue #254FF4

Tints of Royal Blue #254FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 67.78%

R = 10.28%
G = 21.94%
B = 67.78%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#254FF4 (or 0x254FF4) is known color: Royal Blue. HEX triplet: 25, 4F and F4. RGB value is (37,79,244). Sum of RGB (Red+Green+Blue) = 37+79+244=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 244 (95.70% from 255 or 67.78% from 360); Max value from RGB is 244 - color contains mainly: blue. Hex color #254FF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FF4 is #DAB00B. Grayscale: #545454. Windows color (decimal): -14331916 or 16011045. OLE color: 16011045.

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

Color convert

RGB 37 79 244 -
CMYK 0.85 0.68 0 0.04
HSL 227.83º 0.9% 0.55% -
HSV(B) 227.83º 0.85% 0.96% -
XYZ 19.89 12.52 86.96 -
YUV 85.25 217.59 93.58 -
System Red Green Blue C M Y K H S L
Decimal 37 79 244 0.85 0.68 0 0.04 227.83 0.9 0.55
Hex 25 4F F4 55 44 0 4 E4 5A 37
Octal 45 117 364 125 104 0 4 344 132 67
Binary 100101 1001111 11110100 1010101 1000100 0 100 11100100 1011010 110111

Color Harmonies of #254FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FF4

Black with #254FF4

Text Example


Text Example

White with #254FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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