Html Css Color HEX #2957DE Royal Blue

📋 copy color: '#2957DE'

red 41 ◦ green 87 ◦ blue 222

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

Shades of Royal Blue #2957DE

Tints of Royal Blue #2957DE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 11.71%
G = 24.86%
B = 63.43%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2957DE (or 0x2957DE) is known color: Royal Blue. HEX triplet: 29, 57 and DE. RGB value is (41,87,222). Sum of RGB (Red+Green+Blue) = 41+87+222=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #2957DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2957DE is #D6A821. Grayscale: #585858. Windows color (decimal): -14067746 or 14571305. OLE color: 14571305.

HSL color Cylindrical-coordinate representation of color #2957DE: hue angle of 224.75º degrees, saturation: 0.73, 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 #2957DE is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 87 222 -
CMYK 0.82 0.61 0 0.13
HSL 224.75º 0.73% 0.52% -
HSV(B) 224.75º 0.82% 0.87% -
XYZ 17.51 12.56 70.61 -
YUV 88.64 203.26 94.02 -
System Red Green Blue C M Y K H S L
Decimal 41 87 222 0.82 0.61 0 0.13 224.75 0.73 0.52
Hex 29 57 DE 52 3D 0 D E1 49 34
Octal 51 127 336 122 75 0 15 341 111 64
Binary 101001 1010111 11011110 1010010 111101 0 1101 11100001 1001001 110100

Color Harmonies of #2957DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2957DE

Black with #2957DE

Text Example


Text Example

White with #2957DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2957DE; }

 p { color: rgb(41,87,222); }

 H1.HeaderClassName
 {
   color: #2957DE;
 }
 .AnyTagClassName
 {
   color: #2957DE;
 }
</style>

background-color css

<style>
 a { background-color: #2957DE; }

 a { background-color: rgb(41,87,222); }

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

border-color css

<style>
 span { border-color: #2957DE; }

 span { border-color: rgb(41,87,222); }

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