Html Css Color HEX #3F66DB Royal Blue

📋 copy color: '#3F66DB'

red 63 ◦ green 102 ◦ blue 219

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

Shades of Royal Blue #3F66DB

Tints of Royal Blue #3F66DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

 BLUE value IS 219 (85.94% from 255) = 57.03%

R = 16.41%
G = 26.56%
B = 57.03%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F66DB (or 0x3F66DB) is known color: Royal Blue. HEX triplet: 3F, 66 and DB. RGB value is (63,102,219). Sum of RGB (Red+Green+Blue) = 63+102+219=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F66DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F66DB is #C09924. Grayscale: #676767. Windows color (decimal): -12622117 or 14378559. OLE color: 14378559.

HSL color Cylindrical-coordinate representation of color #3F66DB: hue angle of 225º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F66DB is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 102 219 -
CMYK 0.71 0.53 0 0.14
HSL 225º 0.68% 0.55% -
HSV(B) 225º 0.71% 0.86% -
XYZ 19.59 15.67 69.01 -
YUV 103.68 193.08 98.99 -
System Red Green Blue C M Y K H S L
Decimal 63 102 219 0.71 0.53 0 0.14 225 0.68 0.55
Hex 3F 66 DB 47 35 0 E E1 44 37
Octal 77 146 333 107 65 0 16 341 104 67
Binary 111111 1100110 11011011 1000111 110101 0 1110 11100001 1000100 110111

Color Harmonies of #3F66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F66DB

Black with #3F66DB

Text Example


Text Example

White with #3F66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,102,219); }

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

background-color css

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

 a { background-color: rgb(63,102,219); }

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

border-color css

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

 span { border-color: rgb(63,102,219); }

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