Html Css Color HEX #4075DB Royal Blue

📋 copy color: '#4075DB'

red 64 ◦ green 117 ◦ blue 219

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

Shades of Royal Blue #4075DB

Tints of Royal Blue #4075DB

RGB

 RED value IS 64 (25.39% from 255) = 16%

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

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

R = 16%
G = 29.25%
B = 54.75%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4075DB (or 0x4075DB) is known color: Royal Blue. HEX triplet: 40, 75 and DB. RGB value is (64,117,219). Sum of RGB (Red+Green+Blue) = 64+117+219=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #4075DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075DB is #BF8A24. Grayscale: #707070. Windows color (decimal): -12552741 or 14382400. OLE color: 14382400.

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

Color convert

RGB 64 117 219 -
CMYK 0.71 0.47 0 0.14
HSL 219.48º 0.68% 0.55% -
HSV(B) 219.48º 0.71% 0.86% -
XYZ 21.26 18.93 69.55 -
YUV 112.78 187.94 93.21 -
System Red Green Blue C M Y K H S L
Decimal 64 117 219 0.71 0.47 0 0.14 219.48 0.68 0.55
Hex 40 75 DB 47 2F 0 E DB 44 37
Octal 100 165 333 107 57 0 16 333 104 67
Binary 1000000 1110101 11011011 1000111 101111 0 1110 11011011 1000100 110111

Color Harmonies of #4075DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4075DB

Black with #4075DB

Text Example


Text Example

White with #4075DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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