#307AD7

Color #307AD7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #307AD7

Tints of Royal Blue #307AD7

Color information

#307AD7 (or 0x307AD7) is unknown color: approx Royal Blue. HEX triplet: 30, 7A and D7. RGB value is (48,122,215). Sum of RGB (Red+Green+Blue) = 48+122+215=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 215 (84.38% from 255 or 55.84% from 385); Max value from RGB is 215 - color contains mainly: blue. Hex color #307AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307AD7 is #CF8528. Grayscale: #6E6E6E. Windows color (decimal): -13600041 or 14121520. OLE color: 14121520.

HSL color Cylindrical-coordinate representation of color #307AD7: hue angle of 213.41º 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 #307AD7 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB48122215-
CMYK0.780.4300.16
HSL213.41º67.61%51.57%-
HSV(B)213.41º77.67%84.31%-
XYZ20.4419.4566.97-
YUV110.48186.9883.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.47%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 215 (84.38% from 255) = 55.84%
R=12.47%
G=31.69%
B=55.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal481222150.780.4300.16213.4167.6151.57
Hex307AD74E2B010d54434
Octal601723271165302032510464
Binary1100001111010110101111001110101011010000110101011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #307AD7;
 }
 .AnyTagClassName
 {
   color: #307AD7;
 }
</style>
background-color css

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

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

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

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

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

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