Html Css Color HEX #305FDB Royal Blue

📋 copy color: '#305FDB'

red 48 ◦ green 95 ◦ blue 219

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

Shades of Royal Blue #305FDB

Tints of Royal Blue #305FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.24%

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 13.26%
G = 26.24%
B = 60.5%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#305FDB (or 0x305FDB) is known color: Royal Blue. HEX triplet: 30, 5F and DB. RGB value is (48,95,219). Sum of RGB (Red+Green+Blue) = 48+95+219=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #305FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FDB is #CFA024. Grayscale: #5E5E5E. Windows color (decimal): -13606949 or 14376752. OLE color: 14376752.

HSL color Cylindrical-coordinate representation of color #305FDB: hue angle of 223.51º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305FDB is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 95 219 -
CMYK 0.78 0.57 0 0.14
HSL 223.51º 0.7% 0.52% -
HSV(B) 223.51º 0.78% 0.86% -
XYZ 18.1 13.93 68.75 -
YUV 95.08 197.93 94.42 -
System Red Green Blue C M Y K H S L
Decimal 48 95 219 0.78 0.57 0 0.14 223.51 0.7 0.52
Hex 30 5F DB 4E 39 0 E E0 46 34
Octal 60 137 333 116 71 0 16 340 106 64
Binary 110000 1011111 11011011 1001110 111001 0 1110 11100000 1000110 110100

Color Harmonies of #305FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FDB

Black with #305FDB

Text Example


Text Example

White with #305FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,95,219); }

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

background-color css

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

 a { background-color: rgb(48,95,219); }

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

border-color css

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

 span { border-color: rgb(48,95,219); }

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