Html Css Color HEX #254FEF Royal Blue

📋 copy color: '#254FEF'

red 37 ◦ green 79 ◦ blue 239

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

Shades of Royal Blue #254FEF

Tints of Royal Blue #254FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.32%

R = 10.42%
G = 22.25%
B = 67.32%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#254FEF (or 0x254FEF) is known color: Royal Blue. HEX triplet: 25, 4F and EF. RGB value is (37,79,239). Sum of RGB (Red+Green+Blue) = 37+79+239=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #254FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #254FEF is #DAB010. Grayscale: #545454. Windows color (decimal): -14331921 or 15683365. OLE color: 15683365.

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

Color convert

RGB 37 79 239 -
CMYK 0.85 0.67 0 0.06
HSL 227.52º 0.86% 0.54% -
HSV(B) 227.52º 0.85% 0.94% -
XYZ 19.14 12.22 83.01 -
YUV 84.68 215.09 93.99 -
System Red Green Blue C M Y K H S L
Decimal 37 79 239 0.85 0.67 0 0.06 227.52 0.86 0.54
Hex 25 4F EF 55 43 0 6 E4 56 36
Octal 45 117 357 125 103 0 6 344 126 66
Binary 100101 1001111 11101111 1010101 1000011 0 110 11100100 1010110 110110

Color Harmonies of #254FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254FEF

Black with #254FEF

Text Example


Text Example

White with #254FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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