Html Css Color HEX #3F5ADE Royal Blue

📋 copy color: '#3F5ADE'

red 63 ◦ green 90 ◦ blue 222

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

Shades of Royal Blue #3F5ADE

Tints of Royal Blue #3F5ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 222 (87.11% from 255) = 59.2%

R = 16.8%
G = 24%
B = 59.2%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3F5ADE (or 0x3F5ADE) is known color: Royal Blue. HEX triplet: 3F, 5A and DE. RGB value is (63,90,222). Sum of RGB (Red+Green+Blue) = 63+90+222=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F5ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5ADE is #C0A521. Grayscale: #606060. Windows color (decimal): -12625186 or 14572095. OLE color: 14572095.

HSL color Cylindrical-coordinate representation of color #3F5ADE: hue angle of 229.81º 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 #3F5ADE is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 90 222 -
CMYK 0.72 0.59 0 0.13
HSL 229.81º 0.71% 0.56% -
HSV(B) 229.81º 0.72% 0.87% -
XYZ 18.89 13.64 70.74 -
YUV 96.98 198.55 103.77 -
System Red Green Blue C M Y K H S L
Decimal 63 90 222 0.72 0.59 0 0.13 229.81 0.71 0.56
Hex 3F 5A DE 48 3B 0 D E6 47 38
Octal 77 132 336 110 73 0 15 346 107 70
Binary 111111 1011010 11011110 1001000 111011 0 1101 11100110 1000111 111000

Color Harmonies of #3F5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5ADE

Black with #3F5ADE

Text Example


Text Example

White with #3F5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,90,222); }

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

background-color css

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

 a { background-color: rgb(63,90,222); }

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

border-color css

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

 span { border-color: rgb(63,90,222); }

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