Html Css Color HEX #307CDA Royal Blue

📋 copy color: '#307CDA'

red 48 ◦ green 124 ◦ blue 218

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

Shades of Royal Blue #307CDA

Tints of Royal Blue #307CDA

RGB

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

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

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

R = 12.31%
G = 31.79%
B = 55.9%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#307CDA (or 0x307CDA) is known color: Royal Blue. HEX triplet: 30, 7C and DA. RGB value is (48,124,218). Sum of RGB (Red+Green+Blue) = 48+124+218=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #307CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CDA is #CF8325. Grayscale: #6F6F6F. Windows color (decimal): -13599526 or 14318640. OLE color: 14318640.

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

Color convert

RGB 48 124 218 -
CMYK 0.78 0.43 0 0.15
HSL 213.18º 0.7% 0.52% -
HSV(B) 213.18º 0.78% 0.85% -
XYZ 21.08 20.11 69.1 -
YUV 111.99 187.82 82.36 -
System Red Green Blue C M Y K H S L
Decimal 48 124 218 0.78 0.43 0 0.15 213.18 0.7 0.52
Hex 30 7C DA 4E 2B 0 F D5 46 34
Octal 60 174 332 116 53 0 17 325 106 64
Binary 110000 1111100 11011010 1001110 101011 0 1111 11010101 1000110 110100

Color Harmonies of #307CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CDA

Black with #307CDA

Text Example


Text Example

White with #307CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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