Html Css Color HEX #2555FC Royal Blue

📋 copy color: '#2555FC'

red 37 ◦ green 85 ◦ blue 252

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

Shades of Royal Blue #2555FC

Tints of Royal Blue #2555FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

 BLUE value IS 252 (98.83% from 255) = 67.38%

R = 9.89%
G = 22.73%
B = 67.38%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2555FC (or 0x2555FC) is known color: Royal Blue. HEX triplet: 25, 55 and FC. RGB value is (37,85,252). Sum of RGB (Red+Green+Blue) = 37+85+252=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #2555FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2555FC is #DAAA03. Grayscale: #585858. Windows color (decimal): -14330372 or 16536869. OLE color: 16536869.

HSL color Cylindrical-coordinate representation of color #2555FC: hue angle of 226.6º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2555FC is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 37 85 252 -
CMYK 0.85 0.66 0 0.01
HSL 226.6º 0.97% 0.57% -
HSV(B) 226.6º 0.85% 0.99% -
XYZ 21.58 13.92 93.64 -
YUV 89.69 219.6 90.42 -
System Red Green Blue C M Y K H S L
Decimal 37 85 252 0.85 0.66 0 0.01 226.6 0.97 0.57
Hex 25 55 FC 55 42 0 1 E3 61 39
Octal 45 125 374 125 102 0 1 343 141 71
Binary 100101 1010101 11111100 1010101 1000010 0 1 11100011 1100001 111001

Color Harmonies of #2555FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2555FC

Black with #2555FC

Text Example


Text Example

White with #2555FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2555FC; }

 p { color: rgb(37,85,252); }

 H1.HeaderClassName
 {
   color: #2555FC;
 }
 .AnyTagClassName
 {
   color: #2555FC;
 }
</style>

background-color css

<style>
 a { background-color: #2555FC; }

 a { background-color: rgb(37,85,252); }

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

border-color css

<style>
 span { border-color: #2555FC; }

 span { border-color: rgb(37,85,252); }

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