Html Css Color HEX #4087C2 Curious Blue

📋 copy color: '#4087C2'

red 64 ◦ green 135 ◦ blue 194

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

Shades of Curious Blue #4087C2

Tints of Curious Blue #4087C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.36%

R = 16.28%
G = 34.35%
B = 49.36%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4087C2 (or 0x4087C2) is known color: Curious Blue. HEX triplet: 40, 87 and C2. RGB value is (64,135,194). Sum of RGB (Red+Green+Blue) = 64+135+194=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #4087C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4087C2 is #BF783D. Grayscale: #787878. Windows color (decimal): -12548158 or 12748608. OLE color: 12748608.

HSL color Cylindrical-coordinate representation of color #4087C2: hue angle of 207.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4087C2 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 135 194 -
CMYK 0.67 0.30 0 0.24
HSL 207.23º 0.52% 0.51% -
HSV(B) 207.23º 0.67% 0.76% -
XYZ 20.52 22.31 54.26 -
YUV 120.5 169.48 87.7 -
System Red Green Blue C M Y K H S L
Decimal 64 135 194 0.67 0.30 0 0.24 207.23 0.52 0.51
Hex 40 87 C2 43 1E 0 18 CF 34 33
Octal 100 207 302 103 36 0 30 317 64 63
Binary 1000000 10000111 11000010 1000011 11110 0 11000 11001111 110100 110011

Color Harmonies of #4087C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4087C2

Black with #4087C2

Text Example


Text Example

White with #4087C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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