Html Css Color HEX #3875F4 Royal Blue

📋 copy color: '#3875F4'

red 56 ◦ green 117 ◦ blue 244

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

Shades of Royal Blue #3875F4

Tints of Royal Blue #3875F4

RGB

 RED value IS 56 (22.27% from 255) = 13.43%

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

 BLUE value IS 244 (95.7% from 255) = 58.51%

R = 13.43%
G = 28.06%
B = 58.51%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3875F4 (or 0x3875F4) is known color: Royal Blue. HEX triplet: 38, 75 and F4. RGB value is (56,117,244). Sum of RGB (Red+Green+Blue) = 56+117+244=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 244 (95.70% from 255 or 58.51% from 417); Max value from RGB is 244 - color contains mainly: blue. Hex color #3875F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3875F4 is #C78A0B. Grayscale: #707070. Windows color (decimal): -13077004 or 16020792. OLE color: 16020792.

HSL color Cylindrical-coordinate representation of color #3875F4: hue angle of 220.53º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3875F4 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 117 244 -
CMYK 0.77 0.52 0 0.04
HSL 220.53º 0.9% 0.59% -
HSV(B) 220.53º 0.77% 0.96% -
XYZ 24.32 20.09 88.18 -
YUV 113.24 201.79 87.17 -
System Red Green Blue C M Y K H S L
Decimal 56 117 244 0.77 0.52 0 0.04 220.53 0.9 0.59
Hex 38 75 F4 4D 34 0 4 DD 5A 3B
Octal 70 165 364 115 64 0 4 335 132 73
Binary 111000 1110101 11110100 1001101 110100 0 100 11011101 1011010 111011

Color Harmonies of #3875F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3875F4

Black with #3875F4

Text Example


Text Example

White with #3875F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3875F4; }

 p { color: rgb(56,117,244); }

 H1.HeaderClassName
 {
   color: #3875F4;
 }
 .AnyTagClassName
 {
   color: #3875F4;
 }
</style>

background-color css

<style>
 a { background-color: #3875F4; }

 a { background-color: rgb(56,117,244); }

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

border-color css

<style>
 span { border-color: #3875F4; }

 span { border-color: rgb(56,117,244); }

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