Html Css Color HEX #2875DB Royal Blue

📋 copy color: '#2875DB'

red 40 ◦ green 117 ◦ blue 219

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

Shades of Royal Blue #2875DB

Tints of Royal Blue #2875DB

RGB

 RED value IS 40 (16.02% from 255) = 10.64%

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

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

R = 10.64%
G = 31.12%
B = 58.24%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2875DB (or 0x2875DB) is known color: Royal Blue. HEX triplet: 28, 75 and DB. RGB value is (40,117,219). Sum of RGB (Red+Green+Blue) = 40+117+219=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #2875DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2875DB is #D78A24. Grayscale: #696969. Windows color (decimal): -14125605 or 14382376. OLE color: 14382376.

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

Color convert

RGB 40 117 219 -
CMYK 0.82 0.47 0 0.14
HSL 214.19º 0.71% 0.51% -
HSV(B) 214.19º 0.82% 0.86% -
XYZ 20.02 18.29 69.49 -
YUV 105.61 191.99 81.21 -
System Red Green Blue C M Y K H S L
Decimal 40 117 219 0.82 0.47 0 0.14 214.19 0.71 0.51
Hex 28 75 DB 52 2F 0 E D6 47 33
Octal 50 165 333 122 57 0 16 326 107 63
Binary 101000 1110101 11011011 1010010 101111 0 1110 11010110 1000111 110011

Color Harmonies of #2875DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2875DB

Black with #2875DB

Text Example


Text Example

White with #2875DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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