Html Css Color HEX #2875EB Royal Blue

📋 copy color: '#2875EB'

red 40 ◦ green 117 ◦ blue 235

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

Shades of Royal Blue #2875EB

Tints of Royal Blue #2875EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.95%

R = 10.2%
G = 29.85%
B = 59.95%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2875EB (or 0x2875EB) is known color: Royal Blue. HEX triplet: 28, 75 and EB. RGB value is (40,117,235). Sum of RGB (Red+Green+Blue) = 40+117+235=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #2875EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2875EB is #D78A14. Grayscale: #6A6A6A. Windows color (decimal): -14125589 or 15430952. OLE color: 15430952.

HSL color Cylindrical-coordinate representation of color #2875EB: hue angle of 216.31º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2875EB is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 117 235 -
CMYK 0.83 0.50 0 0.08
HSL 216.31º 0.83% 0.54% -
HSV(B) 216.31º 0.83% 0.92% -
XYZ 22.23 19.17 81.13 -
YUV 107.43 199.99 79.91 -
System Red Green Blue C M Y K H S L
Decimal 40 117 235 0.83 0.50 0 0.08 216.31 0.83 0.54
Hex 28 75 EB 53 32 0 8 D8 53 36
Octal 50 165 353 123 62 0 10 330 123 66
Binary 101000 1110101 11101011 1010011 110010 0 1000 11011000 1010011 110110

Color Harmonies of #2875EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2875EB

Black with #2875EB

Text Example


Text Example

White with #2875EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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