Html Css Color HEX #3870FA Royal Blue

📋 copy color: '#3870FA'

red 56 ◦ green 112 ◦ blue 250

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

Shades of Royal Blue #3870FA

Tints of Royal Blue #3870FA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.79%

 BLUE value IS 250 (98.05% from 255) = 59.81%

R = 13.4%
G = 26.79%
B = 59.81%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3870FA (or 0x3870FA) is known color: Royal Blue. HEX triplet: 38, 70 and FA. RGB value is (56,112,250). Sum of RGB (Red+Green+Blue) = 56+112+250=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #3870FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3870FA is #C78F05. Grayscale: #6E6E6E. Windows color (decimal): -13078278 or 16412728. OLE color: 16412728.

HSL color Cylindrical-coordinate representation of color #3870FA: hue angle of 222.68º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3870FA is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 112 250 -
CMYK 0.78 0.55 0 0.02
HSL 222.68º 0.95% 0.6% -
HSV(B) 222.68º 0.78% 0.98% -
XYZ 24.68 19.33 92.87 -
YUV 110.99 206.45 88.78 -
System Red Green Blue C M Y K H S L
Decimal 56 112 250 0.78 0.55 0 0.02 222.68 0.95 0.6
Hex 38 70 FA 4E 37 0 2 DF 5F 3C
Octal 70 160 372 116 67 0 2 337 137 74
Binary 111000 1110000 11111010 1001110 110111 0 10 11011111 1011111 111100

Color Harmonies of #3870FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3870FA

Black with #3870FA

Text Example


Text Example

White with #3870FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3870FA; }

 p { color: rgb(56,112,250); }

 H1.HeaderClassName
 {
   color: #3870FA;
 }
 .AnyTagClassName
 {
   color: #3870FA;
 }
</style>

background-color css

<style>
 a { background-color: #3870FA; }

 a { background-color: rgb(56,112,250); }

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

border-color css

<style>
 span { border-color: #3870FA; }

 span { border-color: rgb(56,112,250); }

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