#2B75EE

Color #2B75EE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2B75EE

Tints of Royal Blue #2B75EE

Color information

#2B75EE (or 0x2B75EE) is unknown color: approx Royal Blue. HEX triplet: 2B, 75 and EE. RGB value is (43,117,238). Sum of RGB (Red+Green+Blue) = 43+117+238=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B75EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B75EE is #D48A11. Grayscale: #6C6C6C. Windows color (decimal): -13928978 or 15627563. OLE color: 15627563.

HSL color Cylindrical-coordinate representation of color #2B75EE: hue angle of 217.23º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B75EE is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB43117238-
CMYK0.820.5100.07
HSL217.23º85.15%55.1%-
HSV(B)217.23º81.93%93.33%-
XYZ22.7919.4183.43-
YUV108.67200.9881.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.80%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 238 (93.36% from 255) = 59.80%
R=10.80%
G=29.40%
B=59.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal431172380.820.5100.07217.2385.1555.1
Hex2B75EE523307d95537
Octal53165356122630733112567
Binary10101111101011110111010100101100110111110110011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B75EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B75EE; }

 p { color: rgb(43,117,238); }

 H1.HeaderClassName
 {
   color: #2B75EE;
 }
 .AnyTagClassName
 {
   color: #2B75EE;
 }
</style>
background-color css

<style>
 a { background-color: #2B75EE; }

 a { background-color: rgb(43,117,238); }

 div.DivClassName
 {
   background-color: #2B75EE;
 }
 .BgClassName
 {
   background-color: #2B75EE;
 }
</style>
border-color css

<style>
 span { border-color: #2B75EE; }

 span { border-color: rgb(43,117,238); }

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