Html Css Color HEX #2975DB Royal Blue

📋 copy color: '#2975DB'

red 41 ◦ green 117 ◦ blue 219

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

Shades of Royal Blue #2975DB

Tints of Royal Blue #2975DB

RGB

 RED value IS 41 (16.41% from 255) = 10.88%

 GREEN value IS 117 (46.09% from 255) = 31.03%

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 10.88%
G = 31.03%
B = 58.09%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2975DB (or 0x2975DB) is known color: Royal Blue. HEX triplet: 29, 75 and DB. RGB value is (41,117,219). Sum of RGB (Red+Green+Blue) = 41+117+219=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #2975DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2975DB is #D68A24. Grayscale: #696969. Windows color (decimal): -14060069 or 14382377. OLE color: 14382377.

HSL color Cylindrical-coordinate representation of color #2975DB: hue angle of 214.38º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2975DB is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 117 219 -
CMYK 0.81 0.47 0 0.14
HSL 214.38º 0.71% 0.51% -
HSV(B) 214.38º 0.81% 0.86% -
XYZ 20.06 18.31 69.49 -
YUV 105.9 191.82 81.71 -
System Red Green Blue C M Y K H S L
Decimal 41 117 219 0.81 0.47 0 0.14 214.38 0.71 0.51
Hex 29 75 DB 51 2F 0 E D6 47 33
Octal 51 165 333 121 57 0 16 326 107 63
Binary 101001 1110101 11011011 1010001 101111 0 1110 11010110 1000111 110011

Color Harmonies of #2975DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2975DB

Black with #2975DB

Text Example


Text Example

White with #2975DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2975DB; }

 p { color: rgb(41,117,219); }

 H1.HeaderClassName
 {
   color: #2975DB;
 }
 .AnyTagClassName
 {
   color: #2975DB;
 }
</style>

background-color css

<style>
 a { background-color: #2975DB; }

 a { background-color: rgb(41,117,219); }

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

border-color css

<style>
 span { border-color: #2975DB; }

 span { border-color: rgb(41,117,219); }

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