Html Css Color HEX #2E68CF Royal Blue

📋 copy color: '#2E68CF'

red 46 ◦ green 104 ◦ blue 207

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

Shades of Royal Blue #2E68CF

Tints of Royal Blue #2E68CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

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

R = 12.89%
G = 29.13%
B = 57.98%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E68CF (or 0x2E68CF) is known color: Royal Blue. HEX triplet: 2E, 68 and CF. RGB value is (46,104,207). Sum of RGB (Red+Green+Blue) = 46+104+207=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E68CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E68CF is #D19730. Grayscale: #616161. Windows color (decimal): -13735729 or 13592622. OLE color: 13592622.

HSL color Cylindrical-coordinate representation of color #2E68CF: hue angle of 218.39º 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 #2E68CF is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 104 207 -
CMYK 0.78 0.50 0 0.19
HSL 218.39º 0.64% 0.5% -
HSV(B) 218.39º 0.78% 0.81% -
XYZ 17.34 14.99 61.01 -
YUV 98.4 189.28 90.62 -
System Red Green Blue C M Y K H S L
Decimal 46 104 207 0.78 0.50 0 0.19 218.39 0.64 0.5
Hex 2E 68 CF 4E 32 0 13 DA 40 32
Octal 56 150 317 116 62 0 23 332 100 62
Binary 101110 1101000 11001111 1001110 110010 0 10011 11011010 1000000 110010

Color Harmonies of #2E68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E68CF

Black with #2E68CF

Text Example


Text Example

White with #2E68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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