Html Css Color HEX #2E75CF Royal Blue

📋 copy color: '#2E75CF'

red 46 ◦ green 117 ◦ blue 207

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

Shades of Royal Blue #2E75CF

Tints of Royal Blue #2E75CF

RGB

 RED value IS 46 (18.36% from 255) = 12.43%

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

 BLUE value IS 207 (81.25% from 255) = 55.95%

R = 12.43%
G = 31.62%
B = 55.95%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E75CF (or 0x2E75CF) is known color: Royal Blue. HEX triplet: 2E, 75 and CF. RGB value is (46,117,207). Sum of RGB (Red+Green+Blue) = 46+117+207=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E75CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E75CF is #D18A30. Grayscale: #696969. Windows color (decimal): -13732401 or 13595950. OLE color: 13595950.

HSL color Cylindrical-coordinate representation of color #2E75CF: hue angle of 213.54º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E75CF is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 117 207 -
CMYK 0.78 0.43 0 0.19
HSL 213.54º 0.64% 0.5% -
HSV(B) 213.54º 0.78% 0.81% -
XYZ 18.75 17.81 61.48 -
YUV 106.03 184.98 85.18 -
System Red Green Blue C M Y K H S L
Decimal 46 117 207 0.78 0.43 0 0.19 213.54 0.64 0.5
Hex 2E 75 CF 4E 2B 0 13 D6 40 32
Octal 56 165 317 116 53 0 23 326 100 62
Binary 101110 1110101 11001111 1001110 101011 0 10011 11010110 1000000 110010

Color Harmonies of #2E75CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E75CF

Black with #2E75CF

Text Example


Text Example

White with #2E75CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,117,207); }

 H1.HeaderClassName
 {
   color: #2E75CF;
 }
 .AnyTagClassName
 {
   color: #2E75CF;
 }
</style>

background-color css

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

 a { background-color: rgb(46,117,207); }

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

border-color css

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

 span { border-color: rgb(46,117,207); }

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