Html Css Color HEX #3F7DDF Royal Blue

📋 copy color: '#3F7DDF'

red 63 ◦ green 125 ◦ blue 223

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

Shades of Royal Blue #3F7DDF

Tints of Royal Blue #3F7DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.26%

R = 15.33%
G = 30.41%
B = 54.26%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F7DDF (or 0x3F7DDF) is known color: Royal Blue. HEX triplet: 3F, 7D and DF. RGB value is (63,125,223). Sum of RGB (Red+Green+Blue) = 63+125+223=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F7DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7DDF is #C08220. Grayscale: #757575. Windows color (decimal): -12616225 or 14646591. OLE color: 14646591.

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

Color convert

RGB 63 125 223 -
CMYK 0.72 0.44 0 0.13
HSL 216.75º 0.71% 0.56% -
HSV(B) 216.75º 0.72% 0.87% -
XYZ 22.7 21.05 72.68 -
YUV 117.63 187.46 89.03 -
System Red Green Blue C M Y K H S L
Decimal 63 125 223 0.72 0.44 0 0.13 216.75 0.71 0.56
Hex 3F 7D DF 48 2C 0 D D9 47 38
Octal 77 175 337 110 54 0 15 331 107 70
Binary 111111 1111101 11011111 1001000 101100 0 1101 11011001 1000111 111000

Color Harmonies of #3F7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7DDF

Black with #3F7DDF

Text Example


Text Example

White with #3F7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,125,223); }

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

background-color css

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

 a { background-color: rgb(63,125,223); }

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

border-color css

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

 span { border-color: rgb(63,125,223); }

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