Html Css Color HEX #2950ED Royal Blue

📋 copy color: '#2950ED'

red 41 ◦ green 80 ◦ blue 237

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

Shades of Royal Blue #2950ED

Tints of Royal Blue #2950ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

 BLUE value IS 237 (92.97% from 255) = 66.2%

R = 11.45%
G = 22.35%
B = 66.2%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2950ED (or 0x2950ED) is known color: Royal Blue. HEX triplet: 29, 50 and ED. RGB value is (41,80,237). Sum of RGB (Red+Green+Blue) = 41+80+237=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #2950ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2950ED is #D6AF12. Grayscale: #555555. Windows color (decimal): -14069523 or 15552553. OLE color: 15552553.

HSL color Cylindrical-coordinate representation of color #2950ED: hue angle of 228.06º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2950ED is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 80 237 -
CMYK 0.83 0.66 0 0.07
HSL 228.06º 0.84% 0.55% -
HSV(B) 228.06º 0.83% 0.93% -
XYZ 19.07 12.32 81.49 -
YUV 86.24 213.08 95.73 -
System Red Green Blue C M Y K H S L
Decimal 41 80 237 0.83 0.66 0 0.07 228.06 0.84 0.55
Hex 29 50 ED 53 42 0 7 E4 54 37
Octal 51 120 355 123 102 0 7 344 124 67
Binary 101001 1010000 11101101 1010011 1000010 0 111 11100100 1010100 110111

Color Harmonies of #2950ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2950ED

Black with #2950ED

Text Example


Text Example

White with #2950ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2950ED; }

 p { color: rgb(41,80,237); }

 H1.HeaderClassName
 {
   color: #2950ED;
 }
 .AnyTagClassName
 {
   color: #2950ED;
 }
</style>

background-color css

<style>
 a { background-color: #2950ED; }

 a { background-color: rgb(41,80,237); }

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

border-color css

<style>
 span { border-color: #2950ED; }

 span { border-color: rgb(41,80,237); }

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