Html Css Color HEX #4087BC Curious Blue

📋 copy color: '#4087BC'

red 64 ◦ green 135 ◦ blue 188

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

Shades of Curious Blue #4087BC

Tints of Curious Blue #4087BC

RGB

 RED value IS 64 (25.39% from 255) = 16.54%

 GREEN value IS 135 (53.13% from 255) = 34.88%

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 16.54%
G = 34.88%
B = 48.58%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4087BC (or 0x4087BC) is known color: Curious Blue. HEX triplet: 40, 87 and BC. RGB value is (64,135,188). Sum of RGB (Red+Green+Blue) = 64+135+188=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #4087BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4087BC is #BF7843. Grayscale: #777777. Windows color (decimal): -12548164 or 12355392. OLE color: 12355392.

HSL color Cylindrical-coordinate representation of color #4087BC: hue angle of 205.65º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4087BC is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 135 188 -
CMYK 0.66 0.28 0 0.26
HSL 205.65º 0.49% 0.49% -
HSV(B) 205.65º 0.66% 0.74% -
XYZ 19.86 22.05 50.79 -
YUV 119.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 64 135 188 0.66 0.28 0 0.26 205.65 0.49 0.49
Hex 40 87 BC 42 1C 0 1A CE 31 31
Octal 100 207 274 102 34 0 32 316 61 61
Binary 1000000 10000111 10111100 1000010 11100 0 11010 11001110 110001 110001

Color Harmonies of #4087BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4087BC

Black with #4087BC

Text Example


Text Example

White with #4087BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4087BC; }

 p { color: rgb(64,135,188); }

 H1.HeaderClassName
 {
   color: #4087BC;
 }
 .AnyTagClassName
 {
   color: #4087BC;
 }
</style>

background-color css

<style>
 a { background-color: #4087BC; }

 a { background-color: rgb(64,135,188); }

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

border-color css

<style>
 span { border-color: #4087BC; }

 span { border-color: rgb(64,135,188); }

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