Html Css Color HEX #2E65DD Royal Blue

📋 copy color: '#2E65DD'

red 46 ◦ green 101 ◦ blue 221

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

Shades of Royal Blue #2E65DD

Tints of Royal Blue #2E65DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 12.5%
G = 27.45%
B = 60.05%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E65DD (or 0x2E65DD) is known color: Royal Blue. HEX triplet: 2E, 65 and DD. RGB value is (46,101,221). Sum of RGB (Red+Green+Blue) = 46+101+221=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E65DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E65DD is #D19A22. Grayscale: #616161. Windows color (decimal): -13736483 or 14509358. OLE color: 14509358.

HSL color Cylindrical-coordinate representation of color #2E65DD: hue angle of 221.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E65DD is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 101 221 -
CMYK 0.79 0.54 0 0.13
HSL 221.14º 0.72% 0.52% -
HSV(B) 221.14º 0.79% 0.87% -
XYZ 18.83 15.11 70.33 -
YUV 98.24 197.28 90.74 -
System Red Green Blue C M Y K H S L
Decimal 46 101 221 0.79 0.54 0 0.13 221.14 0.72 0.52
Hex 2E 65 DD 4F 36 0 D DD 48 34
Octal 56 145 335 117 66 0 15 335 110 64
Binary 101110 1100101 11011101 1001111 110110 0 1101 11011101 1001000 110100

Color Harmonies of #2E65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E65DD

Black with #2E65DD

Text Example


Text Example

White with #2E65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,101,221); }

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

background-color css

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

 a { background-color: rgb(46,101,221); }

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

border-color css

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

 span { border-color: rgb(46,101,221); }

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