Html Css Color HEX #4194CE Curious Blue

📋 copy color: '#4194CE'

red 65 ◦ green 148 ◦ blue 206

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

Shades of Curious Blue #4194CE

Tints of Curious Blue #4194CE

RGB

 RED value IS 65 (25.78% from 255) = 15.51%

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

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

R = 15.51%
G = 35.32%
B = 49.16%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4194CE (or 0x4194CE) is known color: Curious Blue. HEX triplet: 41, 94 and CE. RGB value is (65,148,206). Sum of RGB (Red+Green+Blue) = 65+148+206=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #4194CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4194CE is #BE6B31. Grayscale: #818181. Windows color (decimal): -12479282 or 13538369. OLE color: 13538369.

HSL color Cylindrical-coordinate representation of color #4194CE: hue angle of 204.68º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4194CE is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 148 206 -
CMYK 0.68 0.28 0 0.19
HSL 204.68º 0.59% 0.53% -
HSV(B) 204.68º 0.68% 0.81% -
XYZ 23.91 26.76 62.3 -
YUV 129.8 171 81.78 -
System Red Green Blue C M Y K H S L
Decimal 65 148 206 0.68 0.28 0 0.19 204.68 0.59 0.53
Hex 41 94 CE 44 1C 0 13 CD 3B 35
Octal 101 224 316 104 34 0 23 315 73 65
Binary 1000001 10010100 11001110 1000100 11100 0 10011 11001101 111011 110101

Color Harmonies of #4194CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4194CE

Black with #4194CE

Text Example


Text Example

White with #4194CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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