Html Css Color HEX #2875E6 Royal Blue

📋 copy color: '#2875E6'

red 40 ◦ green 117 ◦ blue 230

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

Shades of Royal Blue #2875E6

Tints of Royal Blue #2875E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 59.43%

R = 10.34%
G = 30.23%
B = 59.43%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2875E6 (or 0x2875E6) is known color: Royal Blue. HEX triplet: 28, 75 and E6. RGB value is (40,117,230). Sum of RGB (Red+Green+Blue) = 40+117+230=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 230 (90.23% from 255 or 59.43% from 387); Max value from RGB is 230 - color contains mainly: blue. Hex color #2875E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2875E6 is #D78A19. Grayscale: #6A6A6A. Windows color (decimal): -14125594 or 15103272. OLE color: 15103272.

HSL color Cylindrical-coordinate representation of color #2875E6: hue angle of 215.68º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2875E6 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 40 117 230 -
CMYK 0.83 0.49 0 0.10
HSL 215.68º 0.79% 0.53% -
HSV(B) 215.68º 0.83% 0.9% -
XYZ 21.52 18.89 77.37 -
YUV 106.86 197.49 80.31 -
System Red Green Blue C M Y K H S L
Decimal 40 117 230 0.83 0.49 0 0.10 215.68 0.79 0.53
Hex 28 75 E6 53 31 0 A D8 4F 35
Octal 50 165 346 123 61 0 12 330 117 65
Binary 101000 1110101 11100110 1010011 110001 0 1010 11011000 1001111 110101

Color Harmonies of #2875E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2875E6

Black with #2875E6

Text Example


Text Example

White with #2875E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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