Html Css Color HEX #254CF2 Royal Blue

📋 copy color: '#254CF2'

red 37 ◦ green 76 ◦ blue 242

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

Shades of Royal Blue #254CF2

Tints of Royal Blue #254CF2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.41%

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

R = 10.42%
G = 21.41%
B = 68.17%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#254CF2 (or 0x254CF2) is known color: Royal Blue. HEX triplet: 25, 4C and F2. RGB value is (37,76,242). Sum of RGB (Red+Green+Blue) = 37+76+242=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 242 (94.92% from 255 or 68.17% from 355); Max value from RGB is 242 - color contains mainly: blue. Hex color #254CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #254CF2 is #DAB30D. Grayscale: #525252. Windows color (decimal): -14332686 or 15879205. OLE color: 15879205.

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

Color convert

RGB 37 76 242 -
CMYK 0.85 0.69 0 0.05
HSL 228.59º 0.89% 0.55% -
HSV(B) 228.59º 0.85% 0.95% -
XYZ 19.37 11.97 85.29 -
YUV 83.26 217.58 95 -
System Red Green Blue C M Y K H S L
Decimal 37 76 242 0.85 0.69 0 0.05 228.59 0.89 0.55
Hex 25 4C F2 55 45 0 5 E5 59 37
Octal 45 114 362 125 105 0 5 345 131 67
Binary 100101 1001100 11110010 1010101 1000101 0 101 11100101 1011001 110111

Color Harmonies of #254CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254CF2

Black with #254CF2

Text Example


Text Example

White with #254CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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