Html Css Color HEX #407DEF Royal Blue

📋 copy color: '#407DEF'

red 64 ◦ green 125 ◦ blue 239

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

Shades of Royal Blue #407DEF

Tints of Royal Blue #407DEF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.21%

 BLUE value IS 239 (93.75% from 255) = 55.84%

R = 14.95%
G = 29.21%
B = 55.84%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#407DEF (or 0x407DEF) is known color: Royal Blue. HEX triplet: 40, 7D and EF. RGB value is (64,125,239). Sum of RGB (Red+Green+Blue) = 64+125+239=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #407DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DEF is #BF8210. Grayscale: #777777. Windows color (decimal): -12550673 or 15695168. OLE color: 15695168.

HSL color Cylindrical-coordinate representation of color #407DEF: hue angle of 219.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407DEF is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 125 239 -
CMYK 0.73 0.48 0 0.06
HSL 219.09º 0.85% 0.59% -
HSV(B) 219.09º 0.73% 0.94% -
XYZ 25.03 21.99 84.59 -
YUV 119.76 195.29 88.23 -
System Red Green Blue C M Y K H S L
Decimal 64 125 239 0.73 0.48 0 0.06 219.09 0.85 0.59
Hex 40 7D EF 49 30 0 6 DB 55 3B
Octal 100 175 357 111 60 0 6 333 125 73
Binary 1000000 1111101 11101111 1001001 110000 0 110 11011011 1010101 111011

Color Harmonies of #407DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DEF

Black with #407DEF

Text Example


Text Example

White with #407DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,125,239); }

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

background-color css

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

 a { background-color: rgb(64,125,239); }

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

border-color css

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

 span { border-color: rgb(64,125,239); }

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