Html Css Color HEX #3075D0 Royal Blue

📋 copy color: '#3075D0'

red 48 ◦ green 117 ◦ blue 208

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

Shades of Royal Blue #3075D0

Tints of Royal Blue #3075D0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.37%

 BLUE value IS 208 (81.64% from 255) = 55.76%

R = 12.87%
G = 31.37%
B = 55.76%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3075D0 (or 0x3075D0) is known color: Royal Blue. HEX triplet: 30, 75 and D0. RGB value is (48,117,208). Sum of RGB (Red+Green+Blue) = 48+117+208=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #3075D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075D0 is #CF8A2F. Grayscale: #6A6A6A. Windows color (decimal): -13601328 or 13661488. OLE color: 13661488.

HSL color Cylindrical-coordinate representation of color #3075D0: hue angle of 214.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3075D0 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 117 208 -
CMYK 0.77 0.44 0 0.18
HSL 214.13º 0.63% 0.5% -
HSV(B) 214.13º 0.77% 0.82% -
XYZ 18.97 17.91 62.13 -
YUV 106.74 185.14 86.1 -
System Red Green Blue C M Y K H S L
Decimal 48 117 208 0.77 0.44 0 0.18 214.13 0.63 0.5
Hex 30 75 D0 4D 2C 0 12 D6 3F 32
Octal 60 165 320 115 54 0 22 326 77 62
Binary 110000 1110101 11010000 1001101 101100 0 10010 11010110 111111 110010

Color Harmonies of #3075D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3075D0

Black with #3075D0

Text Example


Text Example

White with #3075D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3075D0; }

 p { color: rgb(48,117,208); }

 H1.HeaderClassName
 {
   color: #3075D0;
 }
 .AnyTagClassName
 {
   color: #3075D0;
 }
</style>

background-color css

<style>
 a { background-color: #3075D0; }

 a { background-color: rgb(48,117,208); }

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

border-color css

<style>
 span { border-color: #3075D0; }

 span { border-color: rgb(48,117,208); }

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