Html Css Color HEX #307FDA Royal Blue

📋 copy color: '#307FDA'

red 48 ◦ green 127 ◦ blue 218

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

Shades of Royal Blue #307FDA

Tints of Royal Blue #307FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.32%

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

R = 12.21%
G = 32.32%
B = 55.47%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#307FDA (or 0x307FDA) is known color: Royal Blue. HEX triplet: 30, 7F and DA. RGB value is (48,127,218). Sum of RGB (Red+Green+Blue) = 48+127+218=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #307FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FDA is #CF8025. Grayscale: #717171. Windows color (decimal): -13598758 or 14319408. OLE color: 14319408.

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

Color convert

RGB 48 127 218 -
CMYK 0.78 0.42 0 0.15
HSL 212.12º 0.7% 0.52% -
HSV(B) 212.12º 0.78% 0.85% -
XYZ 21.46 20.87 69.23 -
YUV 113.75 186.83 81.1 -
System Red Green Blue C M Y K H S L
Decimal 48 127 218 0.78 0.42 0 0.15 212.12 0.7 0.52
Hex 30 7F DA 4E 2A 0 F D4 46 34
Octal 60 177 332 116 52 0 17 324 106 64
Binary 110000 1111111 11011010 1001110 101010 0 1111 11010100 1000110 110100

Color Harmonies of #307FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FDA

Black with #307FDA

Text Example


Text Example

White with #307FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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