Html Css Color HEX #4096CE Curious Blue

📋 copy color: '#4096CE'

red 64 ◦ green 150 ◦ blue 206

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

Shades of Curious Blue #4096CE

Tints of Curious Blue #4096CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.71%

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

R = 15.24%
G = 35.71%
B = 49.05%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4096CE (or 0x4096CE) is known color: Curious Blue. HEX triplet: 40, 96 and CE. RGB value is (64,150,206). Sum of RGB (Red+Green+Blue) = 64+150+206=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #4096CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4096CE is #BF6931. Grayscale: #828282. Windows color (decimal): -12544306 or 13538880. OLE color: 13538880.

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

Color convert

RGB 64 150 206 -
CMYK 0.69 0.27 0 0.19
HSL 203.66º 0.59% 0.53% -
HSV(B) 203.66º 0.69% 0.81% -
XYZ 24.16 27.36 62.4 -
YUV 130.67 170.51 80.45 -
System Red Green Blue C M Y K H S L
Decimal 64 150 206 0.69 0.27 0 0.19 203.66 0.59 0.53
Hex 40 96 CE 45 1B 0 13 CC 3B 35
Octal 100 226 316 105 33 0 23 314 73 65
Binary 1000000 10010110 11001110 1000101 11011 0 10011 11001100 111011 110101

Color Harmonies of #4096CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4096CE

Black with #4096CE

Text Example


Text Example

White with #4096CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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