Html Css Color HEX #3254EF Royal Blue

📋 copy color: '#3254EF'

red 50 ◦ green 84 ◦ blue 239

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

Shades of Royal Blue #3254EF

Tints of Royal Blue #3254EF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.52%

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

R = 13.4%
G = 22.52%
B = 64.08%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3254EF (or 0x3254EF) is known color: Royal Blue. HEX triplet: 32, 54 and EF. RGB value is (50,84,239). Sum of RGB (Red+Green+Blue) = 50+84+239=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #3254EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3254EF is #CDAB10. Grayscale: #5A5A5A. Windows color (decimal): -13478673 or 15684658. OLE color: 15684658.

HSL color Cylindrical-coordinate representation of color #3254EF: hue angle of 229.21º 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 #3254EF is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 84 239 -
CMYK 0.79 0.65 0 0.06
HSL 229.21º 0.86% 0.57% -
HSV(B) 229.21º 0.79% 0.94% -
XYZ 20.07 13.25 83.16 -
YUV 91.5 211.24 98.4 -
System Red Green Blue C M Y K H S L
Decimal 50 84 239 0.79 0.65 0 0.06 229.21 0.86 0.57
Hex 32 54 EF 4F 41 0 6 E5 56 39
Octal 62 124 357 117 101 0 6 345 126 71
Binary 110010 1010100 11101111 1001111 1000001 0 110 11100101 1010110 111001

Color Harmonies of #3254EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3254EF

Black with #3254EF

Text Example


Text Example

White with #3254EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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