Html Css Color HEX #4185CF Curious Blue

📋 copy color: '#4185CF'

red 65 ◦ green 133 ◦ blue 207

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

Shades of Curious Blue #4185CF

Tints of Curious Blue #4185CF

RGB

 RED value IS 65 (25.78% from 255) = 16.05%

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

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

R = 16.05%
G = 32.84%
B = 51.11%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4185CF (or 0x4185CF) is known color: Curious Blue. HEX triplet: 41, 85 and CF. RGB value is (65,133,207). Sum of RGB (Red+Green+Blue) = 65+133+207=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #4185CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4185CF is #BE7A30. Grayscale: #787878. Windows color (decimal): -12483121 or 13600065. OLE color: 13600065.

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

Color convert

RGB 65 133 207 -
CMYK 0.69 0.36 0 0.19
HSL 211.27º 0.6% 0.53% -
HSV(B) 211.27º 0.69% 0.81% -
XYZ 21.83 22.4 62.21 -
YUV 121.1 176.47 87.98 -
System Red Green Blue C M Y K H S L
Decimal 65 133 207 0.69 0.36 0 0.19 211.27 0.6 0.53
Hex 41 85 CF 45 24 0 13 D3 3C 35
Octal 101 205 317 105 44 0 23 323 74 65
Binary 1000001 10000101 11001111 1000101 100100 0 10011 11010011 111100 110101

Color Harmonies of #4185CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4185CF

Black with #4185CF

Text Example


Text Example

White with #4185CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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