Html Css Color HEX #2755FB Royal Blue

📋 copy color: '#2755FB'

red 39 ◦ green 85 ◦ blue 251

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

Shades of Royal Blue #2755FB

Tints of Royal Blue #2755FB

RGB

 RED value IS 39 (15.63% from 255) = 10.4%

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

 BLUE value IS 251 (98.44% from 255) = 66.93%

R = 10.4%
G = 22.67%
B = 66.93%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2755FB (or 0x2755FB) is known color: Royal Blue. HEX triplet: 27, 55 and FB. RGB value is (39,85,251). Sum of RGB (Red+Green+Blue) = 39+85+251=375 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.4% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #2755FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2755FB is #D8AA04. Grayscale: #595959. Windows color (decimal): -14199301 or 16471335. OLE color: 16471335.

HSL color Cylindrical-coordinate representation of color #2755FB: hue angle of 226.98º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2755FB is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 85 251 -
CMYK 0.84 0.66 0 0.02
HSL 226.98º 0.96% 0.57% -
HSV(B) 226.98º 0.84% 0.98% -
XYZ 21.5 13.89 92.82 -
YUV 90.17 218.76 91.5 -
System Red Green Blue C M Y K H S L
Decimal 39 85 251 0.84 0.66 0 0.02 226.98 0.96 0.57
Hex 27 55 FB 54 42 0 2 E3 60 39
Octal 47 125 373 124 102 0 2 343 140 71
Binary 100111 1010101 11111011 1010100 1000010 0 10 11100011 1100000 111001

Color Harmonies of #2755FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2755FB

Black with #2755FB

Text Example


Text Example

White with #2755FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2755FB; }

 p { color: rgb(39,85,251); }

 H1.HeaderClassName
 {
   color: #2755FB;
 }
 .AnyTagClassName
 {
   color: #2755FB;
 }
</style>

background-color css

<style>
 a { background-color: #2755FB; }

 a { background-color: rgb(39,85,251); }

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

border-color css

<style>
 span { border-color: #2755FB; }

 span { border-color: rgb(39,85,251); }

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