Html Css Color HEX #4075CF Royal Blue

📋 copy color: '#4075CF'

red 64 ◦ green 117 ◦ blue 207

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

Shades of Royal Blue #4075CF

Tints of Royal Blue #4075CF

RGB

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

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

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

R = 16.49%
G = 30.15%
B = 53.35%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4075CF (or 0x4075CF) is known color: Royal Blue. HEX triplet: 40, 75 and CF. RGB value is (64,117,207). Sum of RGB (Red+Green+Blue) = 64+117+207=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #4075CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075CF is #BF8A30. Grayscale: #6F6F6F. Windows color (decimal): -12552753 or 13595968. OLE color: 13595968.

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

Color convert

RGB 64 117 207 -
CMYK 0.69 0.43 0 0.19
HSL 217.76º 0.6% 0.53% -
HSV(B) 217.76º 0.69% 0.81% -
XYZ 19.74 18.32 61.53 -
YUV 111.41 181.94 94.18 -
System Red Green Blue C M Y K H S L
Decimal 64 117 207 0.69 0.43 0 0.19 217.76 0.6 0.53
Hex 40 75 CF 45 2B 0 13 DA 3C 35
Octal 100 165 317 105 53 0 23 332 74 65
Binary 1000000 1110101 11001111 1000101 101011 0 10011 11011010 111100 110101

Color Harmonies of #4075CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4075CF

Black with #4075CF

Text Example


Text Example

White with #4075CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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