Html Css Color HEX #307CDC Royal Blue

📋 copy color: '#307CDC'

red 48 ◦ green 124 ◦ blue 220

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

Shades of Royal Blue #307CDC

Tints of Royal Blue #307CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 12.24%
G = 31.63%
B = 56.12%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#307CDC (or 0x307CDC) is known color: Royal Blue. HEX triplet: 30, 7C and DC. RGB value is (48,124,220). Sum of RGB (Red+Green+Blue) = 48+124+220=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #307CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CDC is #CF8323. Grayscale: #6F6F6F. Windows color (decimal): -13599524 or 14449712. OLE color: 14449712.

HSL color Cylindrical-coordinate representation of color #307CDC: hue angle of 213.49º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #307CDC is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 124 220 -
CMYK 0.78 0.44 0 0.14
HSL 213.49º 0.71% 0.53% -
HSV(B) 213.49º 0.78% 0.86% -
XYZ 21.34 20.21 70.49 -
YUV 112.22 188.82 82.19 -
System Red Green Blue C M Y K H S L
Decimal 48 124 220 0.78 0.44 0 0.14 213.49 0.71 0.53
Hex 30 7C DC 4E 2C 0 E D5 47 35
Octal 60 174 334 116 54 0 16 325 107 65
Binary 110000 1111100 11011100 1001110 101100 0 1110 11010101 1000111 110101

Color Harmonies of #307CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CDC

Black with #307CDC

Text Example


Text Example

White with #307CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,124,220); }

 H1.HeaderClassName
 {
   color: #307CDC;
 }
 .AnyTagClassName
 {
   color: #307CDC;
 }
</style>

background-color css

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

 a { background-color: rgb(48,124,220); }

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

border-color css

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

 span { border-color: rgb(48,124,220); }

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