Html Css Color HEX #4074CF Royal Blue

📋 copy color: '#4074CF'

red 64 ◦ green 116 ◦ blue 207

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

Shades of Royal Blue #4074CF

Tints of Royal Blue #4074CF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

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

R = 16.54%
G = 29.97%
B = 53.49%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4074CF (or 0x4074CF) is known color: Royal Blue. HEX triplet: 40, 74 and CF. RGB value is (64,116,207). Sum of RGB (Red+Green+Blue) = 64+116+207=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #4074CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074CF is #BF8B30. Grayscale: #6E6E6E. Windows color (decimal): -12553009 or 13595712. OLE color: 13595712.

HSL color Cylindrical-coordinate representation of color #4074CF: hue angle of 218.18º 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 #4074CF is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 116 207 -
CMYK 0.69 0.44 0 0.19
HSL 218.18º 0.6% 0.53% -
HSV(B) 218.18º 0.69% 0.81% -
XYZ 19.62 18.09 61.49 -
YUV 110.83 182.27 94.6 -
System Red Green Blue C M Y K H S L
Decimal 64 116 207 0.69 0.44 0 0.19 218.18 0.6 0.53
Hex 40 74 CF 45 2C 0 13 DA 3C 35
Octal 100 164 317 105 54 0 23 332 74 65
Binary 1000000 1110100 11001111 1000101 101100 0 10011 11011010 111100 110101

Color Harmonies of #4074CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4074CF

Black with #4074CF

Text Example


Text Example

White with #4074CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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