Html Css Color HEX #2758DD Royal Blue

📋 copy color: '#2758DD'

red 39 ◦ green 88 ◦ blue 221

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

Shades of Royal Blue #2758DD

Tints of Royal Blue #2758DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.29%

 BLUE value IS 221 (86.72% from 255) = 63.51%

R = 11.21%
G = 25.29%
B = 63.51%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2758DD (or 0x2758DD) is known color: Royal Blue. HEX triplet: 27, 58 and DD. RGB value is (39,88,221). Sum of RGB (Red+Green+Blue) = 39+88+221=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #2758DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2758DD is #D8A722. Grayscale: #575757. Windows color (decimal): -14198563 or 14506023. OLE color: 14506023.

HSL color Cylindrical-coordinate representation of color #2758DD: hue angle of 223.85º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2758DD is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 88 221 -
CMYK 0.82 0.60 0 0.13
HSL 223.85º 0.73% 0.51% -
HSV(B) 223.85º 0.82% 0.87% -
XYZ 17.38 12.63 69.93 -
YUV 88.51 202.77 92.69 -
System Red Green Blue C M Y K H S L
Decimal 39 88 221 0.82 0.60 0 0.13 223.85 0.73 0.51
Hex 27 58 DD 52 3C 0 D E0 49 33
Octal 47 130 335 122 74 0 15 340 111 63
Binary 100111 1011000 11011101 1010010 111100 0 1101 11100000 1001001 110011

Color Harmonies of #2758DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2758DD

Black with #2758DD

Text Example


Text Example

White with #2758DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2758DD; }

 p { color: rgb(39,88,221); }

 H1.HeaderClassName
 {
   color: #2758DD;
 }
 .AnyTagClassName
 {
   color: #2758DD;
 }
</style>

background-color css

<style>
 a { background-color: #2758DD; }

 a { background-color: rgb(39,88,221); }

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

border-color css

<style>
 span { border-color: #2758DD; }

 span { border-color: rgb(39,88,221); }

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