Html Css Color HEX #3F7EDD Royal Blue

📋 copy color: '#3F7EDD'

red 63 ◦ green 126 ◦ blue 221

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

Shades of Royal Blue #3F7EDD

Tints of Royal Blue #3F7EDD

RGB

 RED value IS 63 (25% from 255) = 15.37%

 GREEN value IS 126 (49.61% from 255) = 30.73%

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 15.37%
G = 30.73%
B = 53.9%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F7EDD (or 0x3F7EDD) is known color: Royal Blue. HEX triplet: 3F, 7E and DD. RGB value is (63,126,221). Sum of RGB (Red+Green+Blue) = 63+126+221=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F7EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7EDD is #C08122. Grayscale: #757575. Windows color (decimal): -12615971 or 14515775. OLE color: 14515775.

HSL color Cylindrical-coordinate representation of color #3F7EDD: hue angle of 216.08º degrees, saturation: 0.7, 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 #3F7EDD is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 126 221 -
CMYK 0.71 0.43 0 0.13
HSL 216.08º 0.7% 0.56% -
HSV(B) 216.08º 0.71% 0.87% -
XYZ 22.56 21.2 71.31 -
YUV 117.99 186.13 88.78 -
System Red Green Blue C M Y K H S L
Decimal 63 126 221 0.71 0.43 0 0.13 216.08 0.7 0.56
Hex 3F 7E DD 47 2B 0 D D8 46 38
Octal 77 176 335 107 53 0 15 330 106 70
Binary 111111 1111110 11011101 1000111 101011 0 1101 11011000 1000110 111000

Color Harmonies of #3F7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7EDD

Black with #3F7EDD

Text Example


Text Example

White with #3F7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F7EDD; }

 p { color: rgb(63,126,221); }

 H1.HeaderClassName
 {
   color: #3F7EDD;
 }
 .AnyTagClassName
 {
   color: #3F7EDD;
 }
</style>

background-color css

<style>
 a { background-color: #3F7EDD; }

 a { background-color: rgb(63,126,221); }

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

border-color css

<style>
 span { border-color: #3F7EDD; }

 span { border-color: rgb(63,126,221); }

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