Html Css Color HEX #4084CE Curious Blue

📋 copy color: '#4084CE'

red 64 ◦ green 132 ◦ blue 206

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

Shades of Curious Blue #4084CE

Tints of Curious Blue #4084CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.84%

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 15.92%
G = 32.84%
B = 51.24%

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

#4084CE (or 0x4084CE) is known color: Curious Blue. HEX triplet: 40, 84 and CE. RGB value is (64,132,206). Sum of RGB (Red+Green+Blue) = 64+132+206=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #4084CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4084CE is #BF7B31. Grayscale: #777777. Windows color (decimal): -12548914 or 13534272. OLE color: 13534272.

HSL color Cylindrical-coordinate representation of color #4084CE: hue angle of 211.27º degrees, saturation: 0.59, 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 #4084CE is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 132 206 -
CMYK 0.69 0.36 0 0.19
HSL 211.27º 0.59% 0.53% -
HSV(B) 211.27º 0.69% 0.81% -
XYZ 21.51 22.05 61.51 -
YUV 120.1 176.47 87.98 -
System Red Green Blue C M Y K H S L
Decimal 64 132 206 0.69 0.36 0 0.19 211.27 0.59 0.53
Hex 40 84 CE 45 24 0 13 D3 3B 35
Octal 100 204 316 105 44 0 23 323 73 65
Binary 1000000 10000100 11001110 1000101 100100 0 10011 11010011 111011 110101

Color Harmonies of #4084CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4084CE

Black with #4084CE

Text Example


Text Example

White with #4084CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4084CE; }

 p { color: rgb(64,132,206); }

 H1.HeaderClassName
 {
   color: #4084CE;
 }
 .AnyTagClassName
 {
   color: #4084CE;
 }
</style>

background-color css

<style>
 a { background-color: #4084CE; }

 a { background-color: rgb(64,132,206); }

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

border-color css

<style>
 span { border-color: #4084CE; }

 span { border-color: rgb(64,132,206); }

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