#2F75E4

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

Shades of Royal Blue #2F75E4

Tints of Royal Blue #2F75E4

Color information

#2F75E4 (or 0x2F75E4) is unknown color: approx Royal Blue. HEX triplet: 2F, 75 and E4. RGB value is (47,117,228). Sum of RGB (Red+Green+Blue) = 47+117+228=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 228 (89.45% from 255 or 58.16% from 392); Max value from RGB is 228 - color contains mainly: blue. Hex color #2F75E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F75E4 is #D08A1B. Grayscale: #6C6C6C. Windows color (decimal): -13666844 or 14972207. OLE color: 14972207.

HSL color Cylindrical-coordinate representation of color #2F75E4: hue angle of 216.8º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F75E4 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB47117228-
CMYK0.790.4900.11
HSL216.8º77.02%53.92%-
HSV(B)216.8º79.39%89.41%-
XYZ21.5418.9375.92-
YUV108.72195.3183.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.99%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 228 (89.45% from 255) = 58.16%
R=11.99%
G=29.85%
B=58.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal471172280.790.4900.11216.877.0253.92
Hex2F75E44F310Bd94d36
Octal571653441176101333111566
Binary101111111010111100100100111111000101011110110011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F75E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,117,228); }

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

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

 a { background-color: rgb(47,117,228); }

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

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

 span { border-color: rgb(47,117,228); }

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