Html Css Color HEX #305AF4 Royal Blue

📋 copy color: '#305AF4'

red 48 ◦ green 90 ◦ blue 244

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

Shades of Royal Blue #305AF4

Tints of Royal Blue #305AF4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.56%

 BLUE value IS 244 (95.7% from 255) = 63.87%

R = 12.57%
G = 23.56%
B = 63.87%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#305AF4 (or 0x305AF4) is known color: Royal Blue. HEX triplet: 30, 5A and F4. RGB value is (48,90,244). Sum of RGB (Red+Green+Blue) = 48+90+244=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 244 (95.70% from 255 or 63.87% from 382); Max value from RGB is 244 - color contains mainly: blue. Hex color #305AF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305AF4 is #CFA50B. Grayscale: #5E5E5E. Windows color (decimal): -13608204 or 16013872. OLE color: 16013872.

HSL color Cylindrical-coordinate representation of color #305AF4: hue angle of 227.14º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305AF4 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 90 244 -
CMYK 0.80 0.63 0 0.04
HSL 227.14º 0.9% 0.57% -
HSV(B) 227.14º 0.8% 0.96% -
XYZ 21.2 14.47 87.26 -
YUV 95 212.09 94.48 -
System Red Green Blue C M Y K H S L
Decimal 48 90 244 0.80 0.63 0 0.04 227.14 0.9 0.57
Hex 30 5A F4 50 3F 0 4 E3 5A 39
Octal 60 132 364 120 77 0 4 343 132 71
Binary 110000 1011010 11110100 1010000 111111 0 100 11100011 1011010 111001

Color Harmonies of #305AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305AF4

Black with #305AF4

Text Example


Text Example

White with #305AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305AF4; }

 p { color: rgb(48,90,244); }

 H1.HeaderClassName
 {
   color: #305AF4;
 }
 .AnyTagClassName
 {
   color: #305AF4;
 }
</style>

background-color css

<style>
 a { background-color: #305AF4; }

 a { background-color: rgb(48,90,244); }

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

border-color css

<style>
 span { border-color: #305AF4; }

 span { border-color: rgb(48,90,244); }

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