Html Css Color HEX #324FEA Royal Blue

📋 copy color: '#324FEA'

red 50 ◦ green 79 ◦ blue 234

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

Shades of Royal Blue #324FEA

Tints of Royal Blue #324FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.76%

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

R = 13.77%
G = 21.76%
B = 64.46%

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

#324FEA (or 0x324FEA) is known color: Royal Blue. HEX triplet: 32, 4F and EA. RGB value is (50,79,234). Sum of RGB (Red+Green+Blue) = 50+79+234=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #324FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324FEA is #CDB015. Grayscale: #575757. Windows color (decimal): -13479958 or 15355698. OLE color: 15355698.

HSL color Cylindrical-coordinate representation of color #324FEA: hue angle of 230.54º 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 #324FEA is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 79 234 -
CMYK 0.79 0.66 0 0.08
HSL 230.54º 0.81% 0.56% -
HSV(B) 230.54º 0.79% 0.92% -
XYZ 18.96 12.21 79.2 -
YUV 88 210.39 100.9 -
System Red Green Blue C M Y K H S L
Decimal 50 79 234 0.79 0.66 0 0.08 230.54 0.81 0.56
Hex 32 4F EA 4F 42 0 8 E7 51 38
Octal 62 117 352 117 102 0 10 347 121 70
Binary 110010 1001111 11101010 1001111 1000010 0 1000 11100111 1010001 111000

Color Harmonies of #324FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FEA

Black with #324FEA

Text Example


Text Example

White with #324FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324FEA; }

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

 H1.HeaderClassName
 {
   color: #324FEA;
 }
 .AnyTagClassName
 {
   color: #324FEA;
 }
</style>

background-color css

<style>
 a { background-color: #324FEA; }

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

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

border-color css

<style>
 span { border-color: #324FEA; }

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

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