Html Css Color HEX #3F75DB Royal Blue

📋 copy color: '#3F75DB'

red 63 ◦ green 117 ◦ blue 219

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

Shades of Royal Blue #3F75DB

Tints of Royal Blue #3F75DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.32%

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

R = 15.79%
G = 29.32%
B = 54.89%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F75DB (or 0x3F75DB) is known color: Royal Blue. HEX triplet: 3F, 75 and DB. RGB value is (63,117,219). Sum of RGB (Red+Green+Blue) = 63+117+219=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F75DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F75DB is #C08A24. Grayscale: #707070. Windows color (decimal): -12618277 or 14382399. OLE color: 14382399.

HSL color Cylindrical-coordinate representation of color #3F75DB: hue angle of 219.23º 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 #3F75DB is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 117 219 -
CMYK 0.71 0.47 0 0.14
HSL 219.23º 0.68% 0.55% -
HSV(B) 219.23º 0.71% 0.86% -
XYZ 21.2 18.89 69.55 -
YUV 112.48 188.11 92.71 -
System Red Green Blue C M Y K H S L
Decimal 63 117 219 0.71 0.47 0 0.14 219.23 0.68 0.55
Hex 3F 75 DB 47 2F 0 E DB 44 37
Octal 77 165 333 107 57 0 16 333 104 67
Binary 111111 1110101 11011011 1000111 101111 0 1110 11011011 1000100 110111

Color Harmonies of #3F75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F75DB

Black with #3F75DB

Text Example


Text Example

White with #3F75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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