Html Css Color HEX #3F6AF8 Royal Blue

📋 copy color: '#3F6AF8'

red 63 ◦ green 106 ◦ blue 248

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

Shades of Royal Blue #3F6AF8

Tints of Royal Blue #3F6AF8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.42%

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

R = 15.11%
G = 25.42%
B = 59.47%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3F6AF8 (or 0x3F6AF8) is known color: Royal Blue. HEX triplet: 3F, 6A and F8. RGB value is (63,106,248). Sum of RGB (Red+Green+Blue) = 63+106+248=417 (55% of max value = 765). Red value is 63 (25% from 255 or 15.11% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 248 (97.27% from 255 or 59.47% from 417); Max value from RGB is 248 - color contains mainly: blue. Hex color #3F6AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F6AF8 is #C09507. Grayscale: #6C6C6C. Windows color (decimal): -12621064 or 16280127. OLE color: 16280127.

HSL color Cylindrical-coordinate representation of color #3F6AF8: hue angle of 226.05º 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 #3F6AF8 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 63 106 248 -
CMYK 0.75 0.57 0 0.03
HSL 226.05º 0.93% 0.61% -
HSV(B) 226.05º 0.75% 0.97% -
XYZ 24.15 18.14 91.04 -
YUV 109.33 206.25 94.95 -
System Red Green Blue C M Y K H S L
Decimal 63 106 248 0.75 0.57 0 0.03 226.05 0.93 0.61
Hex 3F 6A F8 4B 39 0 3 E2 5D 3D
Octal 77 152 370 113 71 0 3 342 135 75
Binary 111111 1101010 11111000 1001011 111001 0 11 11100010 1011101 111101

Color Harmonies of #3F6AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6AF8

Black with #3F6AF8

Text Example


Text Example

White with #3F6AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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