Html Css Color HEX #3F69F9 Royal Blue

📋 copy color: '#3F69F9'

red 63 ◦ green 105 ◦ blue 249

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

Shades of Royal Blue #3F69F9

Tints of Royal Blue #3F69F9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.18%

 BLUE value IS 249 (97.66% from 255) = 59.71%

R = 15.11%
G = 25.18%
B = 59.71%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F69F9 (or 0x3F69F9) is known color: Royal Blue. HEX triplet: 3F, 69 and F9. RGB value is (63,105,249). Sum of RGB (Red+Green+Blue) = 63+105+249=417 (55% of max value = 765). Red value is 63 (25% from 255 or 15.11% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 249 (97.66% from 255 or 59.71% from 417); Max value from RGB is 249 - color contains mainly: blue. Hex color #3F69F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F69F9 is #C09606. Grayscale: #6C6C6C. Windows color (decimal): -12621319 or 16345407. OLE color: 16345407.

HSL color Cylindrical-coordinate representation of color #3F69F9: hue angle of 226.45º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F69F9 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 105 249 -
CMYK 0.75 0.58 0 0.02
HSL 226.45º 0.94% 0.61% -
HSV(B) 226.45º 0.75% 0.98% -
XYZ 24.2 18 91.82 -
YUV 108.86 207.09 95.29 -
System Red Green Blue C M Y K H S L
Decimal 63 105 249 0.75 0.58 0 0.02 226.45 0.94 0.61
Hex 3F 69 F9 4B 3A 0 2 E2 5E 3D
Octal 77 151 371 113 72 0 2 342 136 75
Binary 111111 1101001 11111001 1001011 111010 0 10 11100010 1011110 111101

Color Harmonies of #3F69F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F69F9

Black with #3F69F9

Text Example


Text Example

White with #3F69F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,105,249); }

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

background-color css

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

 a { background-color: rgb(63,105,249); }

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

border-color css

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

 span { border-color: rgb(63,105,249); }

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