Html Css Color HEX #3F67F8 Royal Blue

📋 copy color: '#3F67F8'

red 63 ◦ green 103 ◦ blue 248

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

Shades of Royal Blue #3F67F8

Tints of Royal Blue #3F67F8

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.88%

 BLUE value IS 248 (97.27% from 255) = 59.9%

R = 15.22%
G = 24.88%
B = 59.9%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3F67F8 (or 0x3F67F8) is known color: Royal Blue. HEX triplet: 3F, 67 and F8. RGB value is (63,103,248). Sum of RGB (Red+Green+Blue) = 63+103+248=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 248 (97.27% from 255 or 59.90% from 414); Max value from RGB is 248 - color contains mainly: blue. Hex color #3F67F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F67F8 is #C09807. Grayscale: #6A6A6A. Windows color (decimal): -12621832 or 16279359. OLE color: 16279359.

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

Color convert

RGB 63 103 248 -
CMYK 0.75 0.58 0 0.03
HSL 227.03º 0.93% 0.61% -
HSV(B) 227.03º 0.75% 0.97% -
XYZ 23.84 17.53 90.93 -
YUV 107.57 207.25 96.21 -
System Red Green Blue C M Y K H S L
Decimal 63 103 248 0.75 0.58 0 0.03 227.03 0.93 0.61
Hex 3F 67 F8 4B 3A 0 3 E3 5D 3D
Octal 77 147 370 113 72 0 3 343 135 75
Binary 111111 1100111 11111000 1001011 111010 0 11 11100011 1011101 111101

Color Harmonies of #3F67F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F67F8

Black with #3F67F8

Text Example


Text Example

White with #3F67F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,103,248); }

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

background-color css

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

 a { background-color: rgb(63,103,248); }

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

border-color css

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

 span { border-color: rgb(63,103,248); }

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