Html Css Color HEX #3250EF Royal Blue

📋 copy color: '#3250EF'

red 50 ◦ green 80 ◦ blue 239

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

Shades of Royal Blue #3250EF

Tints of Royal Blue #3250EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 13.55%
G = 21.68%
B = 64.77%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3250EF (or 0x3250EF) is known color: Royal Blue. HEX triplet: 32, 50 and EF. RGB value is (50,80,239). Sum of RGB (Red+Green+Blue) = 50+80+239=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #3250EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3250EF is #CDAF10. Grayscale: #585858. Windows color (decimal): -13479697 or 15683634. OLE color: 15683634.

HSL color Cylindrical-coordinate representation of color #3250EF: hue angle of 230.48º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3250EF is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 80 239 -
CMYK 0.79 0.67 0 0.06
HSL 230.48º 0.86% 0.57% -
HSV(B) 230.48º 0.79% 0.94% -
XYZ 19.76 12.65 83.06 -
YUV 89.16 212.56 100.07 -
System Red Green Blue C M Y K H S L
Decimal 50 80 239 0.79 0.67 0 0.06 230.48 0.86 0.57
Hex 32 50 EF 4F 43 0 6 E6 56 39
Octal 62 120 357 117 103 0 6 346 126 71
Binary 110010 1010000 11101111 1001111 1000011 0 110 11100110 1010110 111001

Color Harmonies of #3250EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3250EF

Black with #3250EF

Text Example


Text Example

White with #3250EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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