Html Css Color HEX #3870CF Royal Blue

📋 copy color: '#3870CF'

red 56 ◦ green 112 ◦ blue 207

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

Shades of Royal Blue #3870CF

Tints of Royal Blue #3870CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 14.93%
G = 29.87%
B = 55.2%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3870CF (or 0x3870CF) is known color: Royal Blue. HEX triplet: 38, 70 and CF. RGB value is (56,112,207). Sum of RGB (Red+Green+Blue) = 56+112+207=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #3870CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870CF is #C78F30. Grayscale: #696969. Windows color (decimal): -13078321 or 13594680. OLE color: 13594680.

HSL color Cylindrical-coordinate representation of color #3870CF: hue angle of 217.75º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3870CF is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 112 207 -
CMYK 0.73 0.46 0 0.19
HSL 217.75º 0.61% 0.52% -
HSV(B) 217.75º 0.73% 0.81% -
XYZ 18.69 16.93 61.32 -
YUV 106.09 184.95 92.28 -
System Red Green Blue C M Y K H S L
Decimal 56 112 207 0.73 0.46 0 0.19 217.75 0.61 0.52
Hex 38 70 CF 49 2E 0 13 DA 3D 34
Octal 70 160 317 111 56 0 23 332 75 64
Binary 111000 1110000 11001111 1001001 101110 0 10011 11011010 111101 110100

Color Harmonies of #3870CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3870CF

Black with #3870CF

Text Example


Text Example

White with #3870CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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