Html Css Color HEX #306ADB Royal Blue

📋 copy color: '#306ADB'

red 48 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #306ADB

Tints of Royal Blue #306ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.42%

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

R = 12.87%
G = 28.42%
B = 58.71%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#306ADB (or 0x306ADB) is known color: Royal Blue. HEX triplet: 30, 6A and DB. RGB value is (48,106,219). Sum of RGB (Red+Green+Blue) = 48+106+219=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #306ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ADB is #CF9524. Grayscale: #656565. Windows color (decimal): -13604133 or 14379568. OLE color: 14379568.

HSL color Cylindrical-coordinate representation of color #306ADB: hue angle of 219.65º 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 #306ADB is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 106 219 -
CMYK 0.78 0.52 0 0.14
HSL 219.65º 0.7% 0.52% -
HSV(B) 219.65º 0.78% 0.86% -
XYZ 19.16 16.05 69.11 -
YUV 101.54 194.28 89.81 -
System Red Green Blue C M Y K H S L
Decimal 48 106 219 0.78 0.52 0 0.14 219.65 0.7 0.52
Hex 30 6A DB 4E 34 0 E DC 46 34
Octal 60 152 333 116 64 0 16 334 106 64
Binary 110000 1101010 11011011 1001110 110100 0 1110 11011100 1000110 110100

Color Harmonies of #306ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306ADB

Black with #306ADB

Text Example


Text Example

White with #306ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306ADB; }

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

 H1.HeaderClassName
 {
   color: #306ADB;
 }
 .AnyTagClassName
 {
   color: #306ADB;
 }
</style>

background-color css

<style>
 a { background-color: #306ADB; }

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

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

border-color css

<style>
 span { border-color: #306ADB; }

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

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