Html Css Color HEX #306ADA Royal Blue

📋 copy color: '#306ADA'

red 48 ◦ green 106 ◦ blue 218

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

Shades of Royal Blue #306ADA

Tints of Royal Blue #306ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.6%

R = 12.9%
G = 28.49%
B = 58.6%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#306ADA (or 0x306ADA) is known color: Royal Blue. HEX triplet: 30, 6A and DA. RGB value is (48,106,218). Sum of RGB (Red+Green+Blue) = 48+106+218=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #306ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ADA is #CF9525. Grayscale: #646464. Windows color (decimal): -13604134 or 14314032. OLE color: 14314032.

HSL color Cylindrical-coordinate representation of color #306ADA: hue angle of 219.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306ADA is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 106 218 -
CMYK 0.78 0.51 0 0.15
HSL 219.53º 0.7% 0.52% -
HSV(B) 219.53º 0.78% 0.85% -
XYZ 19.03 16 68.41 -
YUV 101.43 193.78 89.89 -
System Red Green Blue C M Y K H S L
Decimal 48 106 218 0.78 0.51 0 0.15 219.53 0.7 0.52
Hex 30 6A DA 4E 33 0 F DC 46 34
Octal 60 152 332 116 63 0 17 334 106 64
Binary 110000 1101010 11011010 1001110 110011 0 1111 11011100 1000110 110100

Color Harmonies of #306ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306ADA

Black with #306ADA

Text Example


Text Example

White with #306ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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