Html Css Color HEX #254BF0 Royal Blue

📋 copy color: '#254BF0'

red 37 ◦ green 75 ◦ blue 240

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

Shades of Royal Blue #254BF0

Tints of Royal Blue #254BF0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.31%

 BLUE value IS 240 (94.14% from 255) = 68.18%

R = 10.51%
G = 21.31%
B = 68.18%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#254BF0 (or 0x254BF0) is known color: Royal Blue. HEX triplet: 25, 4B and F0. RGB value is (37,75,240). Sum of RGB (Red+Green+Blue) = 37+75+240=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 240 (94.14% from 255 or 68.18% from 352); Max value from RGB is 240 - color contains mainly: blue. Hex color #254BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254BF0 is #DAB40F. Grayscale: #515151. Windows color (decimal): -14332944 or 15747877. OLE color: 15747877.

HSL color Cylindrical-coordinate representation of color #254BF0: hue angle of 228.77º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #254BF0 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 75 240 -
CMYK 0.85 0.69 0 0.06
HSL 228.77º 0.87% 0.54% -
HSV(B) 228.77º 0.85% 0.94% -
XYZ 19.01 11.72 83.7 -
YUV 82.45 216.91 95.58 -
System Red Green Blue C M Y K H S L
Decimal 37 75 240 0.85 0.69 0 0.06 228.77 0.87 0.54
Hex 25 4B F0 55 45 0 6 E5 57 36
Octal 45 113 360 125 105 0 6 345 127 66
Binary 100101 1001011 11110000 1010101 1000101 0 110 11100101 1010111 110110

Color Harmonies of #254BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254BF0

Black with #254BF0

Text Example


Text Example

White with #254BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,75,240); }

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

background-color css

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

 a { background-color: rgb(37,75,240); }

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

border-color css

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

 span { border-color: rgb(37,75,240); }

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