Html Css Color HEX #4194CF Curious Blue

📋 copy color: '#4194CF'

red 65 ◦ green 148 ◦ blue 207

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

Shades of Curious Blue #4194CF

Tints of Curious Blue #4194CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 15.48%
G = 35.24%
B = 49.29%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4194CF (or 0x4194CF) is known color: Curious Blue. HEX triplet: 41, 94 and CF. RGB value is (65,148,207). Sum of RGB (Red+Green+Blue) = 65+148+207=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #4194CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4194CF is #BE6B30. Grayscale: #818181. Windows color (decimal): -12479281 or 13603905. OLE color: 13603905.

HSL color Cylindrical-coordinate representation of color #4194CF: hue angle of 204.93º degrees, saturation: 0.6, 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 #4194CF is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 148 207 -
CMYK 0.69 0.29 0 0.19
HSL 204.93º 0.6% 0.53% -
HSV(B) 204.93º 0.69% 0.81% -
XYZ 24.03 26.81 62.94 -
YUV 129.91 171.5 81.7 -
System Red Green Blue C M Y K H S L
Decimal 65 148 207 0.69 0.29 0 0.19 204.93 0.6 0.53
Hex 41 94 CF 45 1D 0 13 CD 3C 35
Octal 101 224 317 105 35 0 23 315 74 65
Binary 1000001 10010100 11001111 1000101 11101 0 10011 11001101 111100 110101

Color Harmonies of #4194CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4194CF

Black with #4194CF

Text Example


Text Example

White with #4194CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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