Html Css Color HEX #304DEC Royal Blue

📋 copy color: '#304DEC'

red 48 ◦ green 77 ◦ blue 236

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

Shades of Royal Blue #304DEC

Tints of Royal Blue #304DEC

RGB

 RED value IS 48 (19.14% from 255) = 13.3%

 GREEN value IS 77 (30.47% from 255) = 21.33%

 BLUE value IS 236 (92.58% from 255) = 65.37%

R = 13.3%
G = 21.33%
B = 65.37%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#304DEC (or 0x304DEC) is known color: Royal Blue. HEX triplet: 30, 4D and EC. RGB value is (48,77,236). Sum of RGB (Red+Green+Blue) = 48+77+236=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #304DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304DEC is #CFB213. Grayscale: #555555. Windows color (decimal): -13611540 or 15486256. OLE color: 15486256.

HSL color Cylindrical-coordinate representation of color #304DEC: hue angle of 230.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #304DEC is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 77 236 -
CMYK 0.80 0.67 0 0.07
HSL 230.74º 0.83% 0.56% -
HSV(B) 230.74º 0.8% 0.93% -
XYZ 19.01 11.99 80.67 -
YUV 86.46 212.39 100.57 -
System Red Green Blue C M Y K H S L
Decimal 48 77 236 0.80 0.67 0 0.07 230.74 0.83 0.56
Hex 30 4D EC 50 43 0 7 E7 53 38
Octal 60 115 354 120 103 0 7 347 123 70
Binary 110000 1001101 11101100 1010000 1000011 0 111 11100111 1010011 111000

Color Harmonies of #304DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DEC

Black with #304DEC

Text Example


Text Example

White with #304DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304DEC; }

 p { color: rgb(48,77,236); }

 H1.HeaderClassName
 {
   color: #304DEC;
 }
 .AnyTagClassName
 {
   color: #304DEC;
 }
</style>

background-color css

<style>
 a { background-color: #304DEC; }

 a { background-color: rgb(48,77,236); }

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

border-color css

<style>
 span { border-color: #304DEC; }

 span { border-color: rgb(48,77,236); }

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