Html Css Color HEX #3075CF Royal Blue

📋 copy color: '#3075CF'

red 48 ◦ green 117 ◦ blue 207

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

Shades of Royal Blue #3075CF

Tints of Royal Blue #3075CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.65%

R = 12.9%
G = 31.45%
B = 55.65%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3075CF (or 0x3075CF) is known color: Royal Blue. HEX triplet: 30, 75 and CF. RGB value is (48,117,207). Sum of RGB (Red+Green+Blue) = 48+117+207=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #3075CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075CF is #CF8A30. Grayscale: #6A6A6A. Windows color (decimal): -13601329 or 13595952. OLE color: 13595952.

HSL color Cylindrical-coordinate representation of color #3075CF: hue angle of 213.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3075CF is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 117 207 -
CMYK 0.77 0.43 0 0.19
HSL 213.96º 0.62% 0.5% -
HSV(B) 213.96º 0.77% 0.81% -
XYZ 18.84 17.86 61.48 -
YUV 106.63 184.64 86.18 -
System Red Green Blue C M Y K H S L
Decimal 48 117 207 0.77 0.43 0 0.19 213.96 0.62 0.5
Hex 30 75 CF 4D 2B 0 13 D6 3E 32
Octal 60 165 317 115 53 0 23 326 76 62
Binary 110000 1110101 11001111 1001101 101011 0 10011 11010110 111110 110010

Color Harmonies of #3075CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3075CF

Black with #3075CF

Text Example


Text Example

White with #3075CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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