Html Css Color HEX #2953DF Royal Blue

📋 copy color: '#2953DF'

red 41 ◦ green 83 ◦ blue 223

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

Shades of Royal Blue #2953DF

Tints of Royal Blue #2953DF

RGB

 RED value IS 41 (16.41% from 255) = 11.82%

 GREEN value IS 83 (32.81% from 255) = 23.92%

 BLUE value IS 223 (87.5% from 255) = 64.27%

R = 11.82%
G = 23.92%
B = 64.27%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2953DF (or 0x2953DF) is known color: Royal Blue. HEX triplet: 29, 53 and DF. RGB value is (41,83,223). Sum of RGB (Red+Green+Blue) = 41+83+223=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #2953DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2953DF is #D6AC20. Grayscale: #555555. Windows color (decimal): -14068769 or 14635817. OLE color: 14635817.

HSL color Cylindrical-coordinate representation of color #2953DF: hue angle of 226.15º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2953DF is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 83 223 -
CMYK 0.82 0.63 0 0.13
HSL 226.15º 0.74% 0.52% -
HSV(B) 226.15º 0.82% 0.87% -
XYZ 17.33 11.99 71.21 -
YUV 86.4 205.09 95.62 -
System Red Green Blue C M Y K H S L
Decimal 41 83 223 0.82 0.63 0 0.13 226.15 0.74 0.52
Hex 29 53 DF 52 3F 0 D E2 4A 34
Octal 51 123 337 122 77 0 15 342 112 64
Binary 101001 1010011 11011111 1010010 111111 0 1101 11100010 1001010 110100

Color Harmonies of #2953DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2953DF

Black with #2953DF

Text Example


Text Example

White with #2953DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2953DF; }

 p { color: rgb(41,83,223); }

 H1.HeaderClassName
 {
   color: #2953DF;
 }
 .AnyTagClassName
 {
   color: #2953DF;
 }
</style>

background-color css

<style>
 a { background-color: #2953DF; }

 a { background-color: rgb(41,83,223); }

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

border-color css

<style>
 span { border-color: #2953DF; }

 span { border-color: rgb(41,83,223); }

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