Html Css Color HEX #3250EA Royal Blue

📋 copy color: '#3250EA'

red 50 ◦ green 80 ◦ blue 234

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

Shades of Royal Blue #3250EA

Tints of Royal Blue #3250EA

RGB

 RED value IS 50 (19.92% from 255) = 13.74%

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

 BLUE value IS 234 (91.8% from 255) = 64.29%

R = 13.74%
G = 21.98%
B = 64.29%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3250EA (or 0x3250EA) is known color: Royal Blue. HEX triplet: 32, 50 and EA. RGB value is (50,80,234). Sum of RGB (Red+Green+Blue) = 50+80+234=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #3250EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3250EA is #CDAF15. Grayscale: #575757. Windows color (decimal): -13479702 or 15355954. OLE color: 15355954.

HSL color Cylindrical-coordinate representation of color #3250EA: hue angle of 230.22º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3250EA is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 80 234 -
CMYK 0.79 0.66 0 0.08
HSL 230.22º 0.81% 0.56% -
HSV(B) 230.22º 0.79% 0.92% -
XYZ 19.04 12.36 79.22 -
YUV 88.59 210.06 100.48 -
System Red Green Blue C M Y K H S L
Decimal 50 80 234 0.79 0.66 0 0.08 230.22 0.81 0.56
Hex 32 50 EA 4F 42 0 8 E6 51 38
Octal 62 120 352 117 102 0 10 346 121 70
Binary 110010 1010000 11101010 1001111 1000010 0 1000 11100110 1010001 111000

Color Harmonies of #3250EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3250EA

Black with #3250EA

Text Example


Text Example

White with #3250EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3250EA; }

 p { color: rgb(50,80,234); }

 H1.HeaderClassName
 {
   color: #3250EA;
 }
 .AnyTagClassName
 {
   color: #3250EA;
 }
</style>

background-color css

<style>
 a { background-color: #3250EA; }

 a { background-color: rgb(50,80,234); }

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

border-color css

<style>
 span { border-color: #3250EA; }

 span { border-color: rgb(50,80,234); }

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