Html Css Color HEX #306AD7 Royal Blue

📋 copy color: '#306AD7'

red 48 ◦ green 106 ◦ blue 215

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

Shades of Royal Blue #306AD7

Tints of Royal Blue #306AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 58.27%

R = 13.01%
G = 28.73%
B = 58.27%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#306AD7 (or 0x306AD7) is known color: Royal Blue. HEX triplet: 30, 6A and D7. RGB value is (48,106,215). Sum of RGB (Red+Green+Blue) = 48+106+215=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 215 (84.38% from 255 or 58.27% from 369); Max value from RGB is 215 - color contains mainly: blue. Hex color #306AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306AD7 is #CF9528. Grayscale: #646464. Windows color (decimal): -13604137 or 14117424. OLE color: 14117424.

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

Color convert

RGB 48 106 215 -
CMYK 0.78 0.51 0 0.16
HSL 219.16º 0.68% 0.52% -
HSV(B) 219.16º 0.78% 0.84% -
XYZ 18.64 15.84 66.37 -
YUV 101.08 192.28 90.14 -
System Red Green Blue C M Y K H S L
Decimal 48 106 215 0.78 0.51 0 0.16 219.16 0.68 0.52
Hex 30 6A D7 4E 33 0 10 DB 44 34
Octal 60 152 327 116 63 0 20 333 104 64
Binary 110000 1101010 11010111 1001110 110011 0 10000 11011011 1000100 110100

Color Harmonies of #306AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306AD7

Black with #306AD7

Text Example


Text Example

White with #306AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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