Html Css Color HEX #3F85CF Curious Blue

📋 copy color: '#3F85CF'

red 63 ◦ green 133 ◦ blue 207

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

Shades of Curious Blue #3F85CF

Tints of Curious Blue #3F85CF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

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

R = 15.63%
G = 33%
B = 51.36%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3F85CF (or 0x3F85CF) is known color: Curious Blue. HEX triplet: 3F, 85 and CF. RGB value is (63,133,207). Sum of RGB (Red+Green+Blue) = 63+133+207=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F85CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F85CF is #C07A30. Grayscale: #787878. Windows color (decimal): -12614193 or 13600063. OLE color: 13600063.

HSL color Cylindrical-coordinate representation of color #3F85CF: hue angle of 210.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F85CF is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 133 207 -
CMYK 0.70 0.36 0 0.19
HSL 210.83º 0.6% 0.53% -
HSV(B) 210.83º 0.7% 0.81% -
XYZ 21.7 22.34 62.2 -
YUV 120.51 176.81 86.98 -
System Red Green Blue C M Y K H S L
Decimal 63 133 207 0.70 0.36 0 0.19 210.83 0.6 0.53
Hex 3F 85 CF 46 24 0 13 D3 3C 35
Octal 77 205 317 106 44 0 23 323 74 65
Binary 111111 10000101 11001111 1000110 100100 0 10011 11010011 111100 110101

Color Harmonies of #3F85CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F85CF

Black with #3F85CF

Text Example


Text Example

White with #3F85CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,133,207); }

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

background-color css

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

 a { background-color: rgb(63,133,207); }

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

border-color css

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

 span { border-color: rgb(63,133,207); }

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