Html Css Color HEX #407BDE Royal Blue

📋 copy color: '#407BDE'

red 64 ◦ green 123 ◦ blue 222

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

Shades of Royal Blue #407BDE

Tints of Royal Blue #407BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.07%

 BLUE value IS 222 (87.11% from 255) = 54.28%

R = 15.65%
G = 30.07%
B = 54.28%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#407BDE (or 0x407BDE) is known color: Royal Blue. HEX triplet: 40, 7B and DE. RGB value is (64,123,222). Sum of RGB (Red+Green+Blue) = 64+123+222=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #407BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BDE is #BF8421. Grayscale: #747474. Windows color (decimal): -12551202 or 14580544. OLE color: 14580544.

HSL color Cylindrical-coordinate representation of color #407BDE: hue angle of 217.59º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #407BDE is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 123 222 -
CMYK 0.71 0.45 0 0.13
HSL 217.59º 0.71% 0.56% -
HSV(B) 217.59º 0.71% 0.87% -
XYZ 22.38 20.53 71.89 -
YUV 116.65 187.45 90.45 -
System Red Green Blue C M Y K H S L
Decimal 64 123 222 0.71 0.45 0 0.13 217.59 0.71 0.56
Hex 40 7B DE 47 2D 0 D DA 47 38
Octal 100 173 336 107 55 0 15 332 107 70
Binary 1000000 1111011 11011110 1000111 101101 0 1101 11011010 1000111 111000

Color Harmonies of #407BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BDE

Black with #407BDE

Text Example


Text Example

White with #407BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407BDE; }

 p { color: rgb(64,123,222); }

 H1.HeaderClassName
 {
   color: #407BDE;
 }
 .AnyTagClassName
 {
   color: #407BDE;
 }
</style>

background-color css

<style>
 a { background-color: #407BDE; }

 a { background-color: rgb(64,123,222); }

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

border-color css

<style>
 span { border-color: #407BDE; }

 span { border-color: rgb(64,123,222); }

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