Html Css Color HEX #2E5FDD Royal Blue

📋 copy color: '#2E5FDD'

red 46 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #2E5FDD

Tints of Royal Blue #2E5FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.24%

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

R = 12.71%
G = 26.24%
B = 61.05%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E5FDD (or 0x2E5FDD) is known color: Royal Blue. HEX triplet: 2E, 5F and DD. RGB value is (46,95,221). Sum of RGB (Red+Green+Blue) = 46+95+221=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E5FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5FDD is #D1A022. Grayscale: #5E5E5E. Windows color (decimal): -13738019 or 14507822. OLE color: 14507822.

HSL color Cylindrical-coordinate representation of color #2E5FDD: hue angle of 223.2º 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 #2E5FDD is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 95 221 -
CMYK 0.79 0.57 0 0.13
HSL 223.2º 0.72% 0.52% -
HSV(B) 223.2º 0.79% 0.87% -
XYZ 18.27 13.99 70.14 -
YUV 94.71 199.27 93.25 -
System Red Green Blue C M Y K H S L
Decimal 46 95 221 0.79 0.57 0 0.13 223.2 0.72 0.52
Hex 2E 5F DD 4F 39 0 D DF 48 34
Octal 56 137 335 117 71 0 15 337 110 64
Binary 101110 1011111 11011101 1001111 111001 0 1101 11011111 1001000 110100

Color Harmonies of #2E5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5FDD

Black with #2E5FDD

Text Example


Text Example

White with #2E5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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