Html Css Color HEX #4094CE Curious Blue

📋 copy color: '#4094CE'

red 64 ◦ green 148 ◦ blue 206

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

Shades of Curious Blue #4094CE

Tints of Curious Blue #4094CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.41%

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

R = 15.31%
G = 35.41%
B = 49.28%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4094CE (or 0x4094CE) is known color: Curious Blue. HEX triplet: 40, 94 and CE. RGB value is (64,148,206). Sum of RGB (Red+Green+Blue) = 64+148+206=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #4094CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4094CE is #BF6B31. Grayscale: #818181. Windows color (decimal): -12544818 or 13538368. OLE color: 13538368.

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

Color convert

RGB 64 148 206 -
CMYK 0.69 0.28 0 0.19
HSL 204.51º 0.59% 0.53% -
HSV(B) 204.51º 0.69% 0.81% -
XYZ 23.84 26.73 62.29 -
YUV 129.5 171.17 81.28 -
System Red Green Blue C M Y K H S L
Decimal 64 148 206 0.69 0.28 0 0.19 204.51 0.59 0.53
Hex 40 94 CE 45 1C 0 13 CD 3B 35
Octal 100 224 316 105 34 0 23 315 73 65
Binary 1000000 10010100 11001110 1000101 11100 0 10011 11001101 111011 110101

Color Harmonies of #4094CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4094CE

Black with #4094CE

Text Example


Text Example

White with #4094CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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