Html Css Color HEX #3075DB Royal Blue

📋 copy color: '#3075DB'

red 48 ◦ green 117 ◦ blue 219

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

Shades of Royal Blue #3075DB

Tints of Royal Blue #3075DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.03%

R = 12.5%
G = 30.47%
B = 57.03%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3075DB (or 0x3075DB) is known color: Royal Blue. HEX triplet: 30, 75 and DB. RGB value is (48,117,219). Sum of RGB (Red+Green+Blue) = 48+117+219=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #3075DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075DB is #CF8A24. Grayscale: #6B6B6B. Windows color (decimal): -13601317 or 14382384. OLE color: 14382384.

HSL color Cylindrical-coordinate representation of color #3075DB: hue angle of 215.79º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3075DB is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 117 219 -
CMYK 0.78 0.47 0 0.14
HSL 215.79º 0.7% 0.52% -
HSV(B) 215.79º 0.78% 0.86% -
XYZ 20.37 18.47 69.51 -
YUV 108 190.64 85.21 -
System Red Green Blue C M Y K H S L
Decimal 48 117 219 0.78 0.47 0 0.14 215.79 0.7 0.52
Hex 30 75 DB 4E 2F 0 E D8 46 34
Octal 60 165 333 116 57 0 16 330 106 64
Binary 110000 1110101 11011011 1001110 101111 0 1110 11011000 1000110 110100

Color Harmonies of #3075DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3075DB

Black with #3075DB

Text Example


Text Example

White with #3075DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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