Html Css Color HEX #254FF2 Royal Blue

📋 copy color: '#254FF2'

red 37 ◦ green 79 ◦ blue 242

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

Shades of Royal Blue #254FF2

Tints of Royal Blue #254FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.6%

R = 10.34%
G = 22.07%
B = 67.6%

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

#254FF2 (or 0x254FF2) is known color: Royal Blue. HEX triplet: 25, 4F and F2. RGB value is (37,79,242). Sum of RGB (Red+Green+Blue) = 37+79+242=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #254FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FF2 is #DAB00D. Grayscale: #545454. Windows color (decimal): -14331918 or 15879973. OLE color: 15879973.

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

Color convert

RGB 37 79 242 -
CMYK 0.85 0.67 0 0.05
HSL 227.71º 0.89% 0.55% -
HSV(B) 227.71º 0.85% 0.95% -
XYZ 19.59 12.4 85.36 -
YUV 85.02 216.59 93.75 -
System Red Green Blue C M Y K H S L
Decimal 37 79 242 0.85 0.67 0 0.05 227.71 0.89 0.55
Hex 25 4F F2 55 43 0 5 E4 59 37
Octal 45 117 362 125 103 0 5 344 131 67
Binary 100101 1001111 11110010 1010101 1000011 0 101 11100100 1011001 110111

Color Harmonies of #254FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FF2

Black with #254FF2

Text Example


Text Example

White with #254FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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