Html Css Color HEX #2550F2 Royal Blue

📋 copy color: '#2550F2'

red 37 ◦ green 80 ◦ blue 242

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

Shades of Royal Blue #2550F2

Tints of Royal Blue #2550F2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

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

R = 10.31%
G = 22.28%
B = 67.41%

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

#2550F2 (or 0x2550F2) is known color: Royal Blue. HEX triplet: 25, 50 and F2. RGB value is (37,80,242). Sum of RGB (Red+Green+Blue) = 37+80+242=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 242 (94.92% from 255 or 67.41% from 359); Max value from RGB is 242 - color contains mainly: blue. Hex color #2550F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2550F2 is #DAAF0D. Grayscale: #545454. Windows color (decimal): -14331662 or 15880229. OLE color: 15880229.

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

Color convert

RGB 37 80 242 -
CMYK 0.85 0.67 0 0.05
HSL 227.41º 0.89% 0.55% -
HSV(B) 227.41º 0.85% 0.95% -
XYZ 19.66 12.54 85.39 -
YUV 85.61 216.25 93.33 -
System Red Green Blue C M Y K H S L
Decimal 37 80 242 0.85 0.67 0 0.05 227.41 0.89 0.55
Hex 25 50 F2 55 43 0 5 E3 59 37
Octal 45 120 362 125 103 0 5 343 131 67
Binary 100101 1010000 11110010 1010101 1000011 0 101 11100011 1011001 110111

Color Harmonies of #2550F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2550F2

Black with #2550F2

Text Example


Text Example

White with #2550F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2550F2; }

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

 H1.HeaderClassName
 {
   color: #2550F2;
 }
 .AnyTagClassName
 {
   color: #2550F2;
 }
</style>

background-color css

<style>
 a { background-color: #2550F2; }

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

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

border-color css

<style>
 span { border-color: #2550F2; }

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

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